Crate bounded_vec[][src]

Expand description

Non-empty Vec wrapper with lower and upper bounds on items quantity

Structs

BoundedVec

Non-empty Vec bounded with minimal (L - lower bound) and maximal (U - upper bound) items quantity

Enums

BoundedVecOutOfBounds

BoundedVec errors