Type Alias hotshot_testing::consistency_task::NodeMapSanitized
source · pub type NodeMapSanitized<TYPES> = BTreeMap<<TYPES as NodeType>::View, Leaf<TYPES>>;
Expand description
A sanitized map from views to leaves for a single node, with only a single leaf per view.
Aliased Type§
struct NodeMapSanitized<TYPES> { /* private fields */ }