Struct configuration::Tree [] [src]

pub struct Tree { /* fields omitted */ }

A tree.

Methods

impl Tree
[src]

Create a tree.

Return a subtree.

Return an array of subtrees.

Read a value.

Write a value.

Trait Implementations

impl Debug for Tree
[src]

Formats the value using the given formatter.

impl Clone for Tree
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<Options> for Tree
[src]

Performs the conversion.

impl From<Node> for Tree
[src]

Performs the conversion.