Type Alias SupportMap

Source
pub type SupportMap<A> = BTreeMap<A, Support<A>>;
Expand description

A linkage from a candidate and its Support.

Aliased Typeยง

pub struct SupportMap<A> { /* private fields */ }