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

Required Methods§

Implementations on Foreign Types§

Implementors§