referrerpolicy=no-referrer-when-downgrade

SupportMap

Type Alias SupportMap 

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

Linkage from a winner to their Support.

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

Aliased Type§

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