pub trait TryFromValue: Sized {
    fn try_from(value: &Value, field: &Field) -> Result<Self, Error>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§