async fn validate_node_map<TYPES: NodeType, V: Versions>(
    node_map: &NodeMapSanitized<TYPES>
) -> Result<()>
Expand description

For a NodeMapSanitized, we validate that each leaf extends the preceding leaf.