Struct treeline::Tree [] [src]

pub struct Tree<D: Display>(_, _);

a simple recursive type which is able to render its components in a tree-like format

Methods

impl<D: Display> Tree<D>
[src]

Trait Implementations

impl<D: Debug + Display> Debug for Tree<D>
[src]

Formats the value using the given formatter.

impl<D: Display> Display for Tree<D>
[src]

Formats the value using the given formatter. Read more