pub fn format_routing_tree(selection: Selection, slice: &Slice) -> String
Expand description
Formats a routing tree as an indented string.
Traverses the tree of RoutingFrame
s starting from the root,
displaying each step with indentation by dimension. Delivery
targets are marked โ
.
ยงExample
(0, 0)
(0, 1) โ
(1, 0)
(1, 1) โ