EmptyBoundedVec

Type Alias EmptyBoundedVec 

Source
pub type EmptyBoundedVec<T, const U: usize> = BoundedVec<T, 0, U, Empty<U>>;
Expand description

Possibly empty Vec with upper-bound on its length

Aliased Typeยง

pub struct EmptyBoundedVec<T, const U: usize> { /* private fields */ }