pub trait IntoVal<E: Env, V>: Sized {
    fn into_val(self, env: &E) -> V;
}

Required Methods§

Implementations on Foreign Types§

Implementors§