pub trait WithFullPostOrderPath<IdN>: RootedPosition<IdN> + WithPostOrderPath<IdN> {
// Required method
fn iter_with_nodes(&self) -> (IdN, Self::ItPath);
}
Expand description
test invariants with assert_invariants_post_full
pub trait WithFullPostOrderPath<IdN>: RootedPosition<IdN> + WithPostOrderPath<IdN> {
// Required method
fn iter_with_nodes(&self) -> (IdN, Self::ItPath);
}
test invariants with assert_invariants_post_full