Trait salak::property::FromProperty[][src]

pub trait FromProperty: Sized {
    fn from_property(_: Property) -> Result<Self, PropertyError>;
}

Convert value from Property.

Required methods

Loading content...

Implementations on Foreign Types

impl FromProperty for String[src]

impl FromProperty for u8[src]

impl FromProperty for u16[src]

impl FromProperty for u32[src]

impl FromProperty for u64[src]

impl FromProperty for u128[src]

impl FromProperty for i8[src]

impl FromProperty for i16[src]

impl FromProperty for i32[src]

impl FromProperty for i64[src]

impl FromProperty for i128[src]

impl FromProperty for f64[src]

impl FromProperty for f32[src]

impl FromProperty for bool[src]

Loading content...

Implementors

Loading content...