Enum flattree::TreeError [] [src]

pub enum TreeError {
    NonZeroDepth,
    ChildNotExists,
}

Variants

Trait Implementations

impl Debug for TreeError
[src]

Formats the value using the given formatter.