pub type BoundedSupportsOf<E> = BoundedSupports<<E as ElectionProviderBase>::AccountId, <E as ElectionProviderBase>::MaxWinners>;Expand description
Same as BoundedSupports but parameterized by a ElectionProviderBase.
Aliased Typeยง
pub struct BoundedSupportsOf<E>(/* private fields */);