pub trait FromValue {
    fn from_value_opt(v: &Value) -> Result<Self, AkitaDataError>;

    fn from_value(v: &Value) -> Self { ... }
}

Required Methods

Provided Methods

Implementations on Foreign Types

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

try from to owned

try from to owned

try from to owned

Implementors

try from to owned