Skip to main content

walk_shape

Function walk_shape 

Source
pub fn walk_shape(
    shape: &'static Shape,
    visitor: &mut impl ShapeVisitor,
) -> WalkStatus
Expand description

Walk a Shape tree depth-first, calling visitor at each node.

See the module docs for traversal order and control semantics.