Trait akita::FromValue[][src]

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

Required methods

Implementations on Foreign Types

try from to owned

try from to owned

try from to owned

Char can be casted into String and they havea separate implementation for extracting data

Implementors