Crate bounded_vec
source ·Expand description
Non-empty Vec wrapper with lower and upper bounds on items quantity
Structs
- Non-empty Vec bounded with minimal (L - lower bound) and maximal (U - upper bound) items quantity
Enums
- BoundedVec errors
Type Definitions
- A non-empty Vec with no effective upper-bound on its length