pub type Vec<T> = NonEmptyVec<T>;Available on crate features
alloc or std only.Expand description
An alias of NonEmptyVec<T> if not_empty::Vec<T> usage is preferred.
Aliased Typeยง
pub struct Vec<T> { /* private fields */ }