Enum acacia::error::ConstructionError [] [src]

pub enum ConstructionError {
    ObjectOutsidePartition,
}

Errors during tree construction

Variants

An object lays outside the tree domain

Trait Implementations

impl PartialEq for ConstructionError
[src]

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

This method tests for !=.

impl Eq for ConstructionError
[src]

impl Clone for ConstructionError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ConstructionError
[src]

impl Debug for ConstructionError
[src]

Formats the value using the given formatter.