Enum little::SeekError [] [src]

pub enum SeekError {
    OutOfBounds(u32),
    Io(Error),
}

Error while performing seek.

Variants

OutOfBounds

Out of bound operation on container.

Io

I/O error in underlying stream.

Trait Implementations

impl Display for SeekError

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

impl Error for SeekError

fn description(&self) -> &str

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

Derived Implementations

impl Debug for SeekError

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