Expand description
Non-empty Vec wrapper with lower and upper bounds on items quantity
Structs§
- Bounded
Vec - Non-empty Vec bounded with minimal (L - lower bound) and maximal (U - upper bound) items quantity
Enums§
- Bounded
VecOut OfBounds - BoundedVec errors
Traits§
- OptBounded
VecTo Vec - Option<BoundedVec<T, _, _>> to Vec
Type Aliases§
- NonEmpty
Vec - A non-empty Vec with no effective upper-bound on its length