Struct termtree::Tree [−][src]
pub struct Tree<D: Display> { /* fields omitted */ }Expand description
a simple recursive type which is able to render its components in a tree-like format
Implementations
Ensure all lines for root are indented
Ensure all lines for root are indented
Customize the rendering of this node
Customize the rendering of this node
Trait Implementations
Extends a collection with the contents of an iterator. Read more
🔬 This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
🔬 This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
Extends a collection with the contents of an iterator. Read more
🔬 This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
🔬 This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more