Trait salak::FromProperty[][src]

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

Convert from Property.

Required methods

fn from_property(_: Property) -> Result<Self, PropertyError>[src]

Convert from property.

Loading content...

Implementations on Foreign Types

impl FromProperty for String[src]

impl FromProperty for char[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 usize[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 isize[src]

impl FromProperty for f64[src]

impl FromProperty for f32[src]

impl FromProperty for bool[src]

impl FromProperty for Datetime[src]

Loading content...

Implementors

Loading content...