Expand description
Non-empty Vec wrapper with lower and upper bounds on items quantity
Modules§
- witnesses
- Module for type witnesses used to prove vector bounds at compile time
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§
- Empty
Bounded Vec - Possibly empty Vec with upper-bound on its length
- NonEmpty
Bounded Vec - Non-empty Vec with bounded length
- NonEmpty
Vec - A non-empty Vec with no effective upper-bound on its length