Trait usiagent::TryFrom[][src]

pub trait TryFrom<T, E> where
    Self: Sized,
    E: Error + Display
{ fn try_from(s: T) -> Result<Self, E>
    where
        E: Debug
; }
Expand description

値の変換を試みる

Required methods

Implementors