referrerpolicy=no-referrer-when-downgrade

Type Alias frame_election_provider_support::BoundedSupports

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§

struct BoundedSupports<A, B>(/* private fields */);