pub type BoundedSupports<A, B> = BoundedVec<(A, Support<A>), B>;
Expand description

Same as Supports but bounded by B.

To note, the inner Support is still unbounded.