Function format_routing_tree

Source
pub fn format_routing_tree(selection: Selection, slice: &Slice) -> String
Expand description

Formats a routing tree as an indented string.

Traverses the tree of RoutingFrames starting from the root, displaying each step with indentation by dimension. Delivery targets are marked โœ….

ยงExample

(0, 0)
  (0, 1) โœ…
(1, 0)
  (1, 1) โœ