Enum symtern::ErrorKind [] [src]

pub enum ErrorKind {
    PoolOverflow,
    NoSuchSymbol,
    // some variants omitted
}

Kinds of errors representable by the Error type.

Variants

The underlying type used to uniquely identify symbols cannot represent any more values.

The given symbol does not exist in the pool that was asked to resolve it.

Trait Implementations

impl Copy for ErrorKind
[src]

impl Clone for ErrorKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ErrorKind
[src]

Formats the value using the given formatter.

impl Eq for ErrorKind
[src]

impl PartialEq for ErrorKind
[src]

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

This method tests for !=.