[][src]Trait manaconf::TryFromValue

pub trait TryFromValue: Sized {
    fn try_from_value(value: Value) -> Result<Self, TryFromValueError>;
}

Required methods

fn try_from_value(value: Value) -> Result<Self, TryFromValueError>

Loading content...

Implementations on Foreign Types

impl TryFromValue for String[src]

impl TryFromValue for bool[src]

impl TryFromValue for u8[src]

impl TryFromValue for u16[src]

impl TryFromValue for u32[src]

impl TryFromValue for u64[src]

impl TryFromValue for i8[src]

impl TryFromValue for i16[src]

impl TryFromValue for i32[src]

impl TryFromValue for i64[src]

impl TryFromValue for f32[src]

impl TryFromValue for f64[src]

Loading content...

Implementors

impl TryFromValue for Value[src]

Loading content...