Enum tuple::ConvertError [] [src]

pub enum ConvertError {
    OutOfBounds,
}

Variants

Trait Implementations

impl Debug for ConvertError
[src]

Formats the value using the given formatter.

impl Eq for ConvertError
[src]

impl PartialEq for ConvertError
[src]

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

This method tests for !=.