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

Required Methods§

Implementors§