Trait libimagentrygps::types::FromValue [] [src]

pub trait FromValue: Sized {
    fn from_value(v: &Value) -> Result<Self>;
}

Required Methods

Implementors