pub trait FromValue: Sized {
    fn from_value(value: Result<ValueAccessor<'_>>) -> Result<Self>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§