pub trait IntoVec<V> {
    fn into_vec(self) -> V;
}

Required Methods

Implementations on Foreign Types

Implementors