Skip to main content

visit_tree

Function visit_tree 

Source
pub fn visit_tree(
    a: &Allocator,
    node: NodePtr,
    visit: impl FnMut(&Allocator, NodePtr),
)