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.
Aliased Typeยง
pub struct BoundedSupports<A, B>(/* private fields */);pub type BoundedSupports<A, B> = BoundedVec<(A, Support<A>), B>;Same as Supports but bounded by B.
To note, the inner Support is still unbounded.
pub struct BoundedSupports<A, B>(/* private fields */);