Enum borealis::tendril::SubtendrilError []

pub enum SubtendrilError {
    OutOfBounds,
    ValidationFailed,
}

Errors that can occur when slicing a Tendril.

Variants

Trait Implementations

impl Copy for SubtendrilError

impl PartialEq<SubtendrilError> for SubtendrilError

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

This method tests for !=.

impl Eq for SubtendrilError

impl Hash for SubtendrilError

impl Debug for SubtendrilError

Formats the value using the given formatter.

impl Clone for SubtendrilError

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more