pub trait FromVal<E: Env, V>: Sized {
    fn from_val(env: &E, v: V) -> Self;
}

Required Methods§

Implementors§