pub trait IntoVal<T> {
    fn into_val(self) -> T;
}

Required methods

Implementations on Foreign Types

Implementors