pub type NetworkMap<TYPES> = BTreeMap<usize, NodeMap<TYPES>>;Expand description
A map from node ids to NodeMaps; note that the latter may have multiple leaves per view in principle.
Aliased Typeยง
pub struct NetworkMap<TYPES> { /* private fields */ }