Enum endianness::EndiannessError [] [src]

pub enum EndiannessError {
    ShortSlice,
}

The error type.

Variants

The stream is too small to read the requested type.

Trait Implementations

impl Debug for EndiannessError
[src]

Formats the value using the given formatter.

impl Copy for EndiannessError
[src]

impl Clone for EndiannessError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EndiannessError
[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 EndiannessError
[src]

Formats the value using the given formatter. Read more

impl Error for EndiannessError
[src]

A short description of the error. Read more

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