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

Required Methods§

Implementations on Foreign Types§

Implementors§