Type Definition frame_election_provider_support::BoundedSupports
source · 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.