Type Alias hotshot_testing::consistency_task::ViewMapSanitized

source ·
pub type ViewMapSanitized<TYPES> = BTreeMap<<TYPES as NodeType>::View, Leaf<TYPES>>;
Expand description

A view map, sanitized to have exactly one leaf per view.

Aliased Type§

struct ViewMapSanitized<TYPES> { /* private fields */ }