NonEmptyVec

Type Alias NonEmptyVec 

Source
pub type NonEmptyVec<T> = BoundedVec<T, 1, { usize::MAX }>;
Expand description

A non-empty Vec with no effective upper-bound on its length

Aliased Typeยง

pub struct NonEmptyVec<T> { /* private fields */ }