NodeMapSanitized

Type Alias NodeMapSanitized 

Source
pub type NodeMapSanitized<TYPES> = BTreeMap<<TYPES as NodeType>::View, Leaf2<TYPES>>;
Expand description

A sanitized map from views to leaves for a single node, with only a single leaf per view.

Aliased Typeยง

pub struct NodeMapSanitized<TYPES> { /* private fields */ }