Expand description

The visualize module provides the Visualize trait.

Traits

The Visualize trait abstracts the visual presentation of the node’s data. It should be implemented by the Tree’s node type T. Only mandatory to implement is the visualize method.