pub trait ToThinVec<T> {
    fn to_thinvec(&self) -> ThinVec<T>;
}

Required Methods

Implementations on Foreign Types

Implementors