pub type SupportMap<A> = BTreeMap<A, Support<A>>;
A linkage from a candidate and its Support.
Support
pub struct SupportMap<A> { /* private fields */ }