Enum endianness::EndiannessError [] [src]

pub enum EndiannessError {
    ShortSlice,
}

The error type.

Variants

ShortSlice

The stream is too small to read the requested type.

Trait Implementations

impl Display for EndiannessError

fn fmt(&self, f: &mut Formatter) -> Result

impl Error for EndiannessError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl PartialEq for EndiannessError

fn eq(&self, __arg_0: &EndiannessError) -> bool

fn ne(&self, __arg_0: &EndiannessError) -> bool

impl Clone for EndiannessError

fn clone(&self) -> EndiannessError

fn clone_from(&mut self, source: &Self)

impl Copy for EndiannessError

impl Debug for EndiannessError

fn fmt(&self, __arg_0: &mut Formatter) -> Result