Enum indextree_ng::IndexTreeError [] [src]

pub enum IndexTreeError {
    SameNodeErr,
}

Use this for catching errors that can happen when using indextree_ng::Tree.

Variants

Tried to apply a method to the same node like node.append(node, arena)

Trait Implementations

impl Debug for IndexTreeError
[src]

[src]

Formats the value using the given formatter.

impl Clone for IndexTreeError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for IndexTreeError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for IndexTreeError
[src]

impl Copy for IndexTreeError
[src]

impl Display for IndexTreeError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for IndexTreeError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more