Enum little::SeekError [] [src]

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

Error while performing seek.

Variants

Out of bound operation on container.

I/O error in underlying stream.

Trait Implementations

impl Debug for SeekError
[src]

Formats the value using the given formatter.

impl Display for SeekError
[src]

Formats the value using the given formatter. Read more

impl Error for SeekError
[src]

A short description of the error. Read more

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