Type Definition SupportMap
Other items insp_npos_elections
type SupportMap<A> = BTreeMap<A, Support<A>>;
Linkage from a winner to their Support.
Support
This is more helpful than a normal Supports as it allows faster error checking.
Supports
impl<A> FlattenSupportMap<A> for SupportMap<A>
fn flatten(self) -> Supports<A>
Flatten the support.