Enum id_tree::NodeIdError [] [src]

pub enum NodeIdError {
    InvalidNodeIdForTree,
    NodeIdNoLongerValid,
}

Enum for all of the possible NodeId errors that could occur.

Variants

Occurs when a NodeId is used on a Tree from which it did not originate.

Occurs when a NodeId is used on a Tree after the corresponding Node has been removed.

Trait Implementations

impl Debug for NodeIdError
[src]

Formats the value using the given formatter.

impl Eq for NodeIdError
[src]

impl PartialEq for NodeIdError
[src]

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

This method tests for !=.

impl Display for NodeIdError
[src]

Formats the value using the given formatter.

impl Error for NodeIdError
[src]

A short description of the error. Read more

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