pub fn into_inner_vec<T>(this: Vec<T>) -> Vec<T::Inner> where
    T: TransparentNewtype,
    T::Inner: Sized
Available on crate features transparent_newtype and alloc only.
Expand description

Converts a Vec of T into a Vec of the type that T wraps.