Type Definition tp_npos_elections::SupportMap[][src]

type SupportMap<A> = BTreeMap<A, Support<A>>;

Linkage from a winner to their Support.

This is more helpful than a normal Supports as it allows faster error checking.

Trait Implementations

impl<A> FlattenSupportMap<A> for SupportMap<A>[src]