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

Traits

Option<BoundedVec<T, _, _>> to Vec

Type Definitions

A non-empty Vec with no effective upper-bound on its length