Trait num_enum::TryFromPrimitive [−][src]
pub trait TryFromPrimitive: Sized { type Primitive: Copy + Eq + Debug; const NAME: &'static str; fn try_from_primitive(
number: Self::Primitive
) -> Result<Self, TryFromPrimitiveError<Self>>; }
Associated Types
Associated Constants
Required methods
fn try_from_primitive(
number: Self::Primitive
) -> Result<Self, TryFromPrimitiveError<Self>>
[src]Implementors
impl TryFromPrimitive for AccountState
impl TryFromPrimitive for AccountState