pub type NonEmptyBoundedVec<T, const L: usize, const U: usize> = BoundedVec<T, L, U, NonEmpty<L, U>>;Expand description
Non-empty Vec with bounded length
Aliased Typeยง
pub struct NonEmptyBoundedVec<T, const L: usize, const U: usize> { /* private fields */ }