pub trait IntoRefValue<T> {
    fn into_ref_value(self) -> T;
}

Required methods

Implementations on Foreign Types

Implementors