Enum little::bytecode::Error [] [src]

pub enum Error {
    InvalidBinaryFormat,
    UnexpectedEOF,
    Io(Error),
}

Bytecode read/write error.

Variants

InvalidBinaryFormat

Failed to read cache header, assume this is not valid cache file.

UnexpectedEOF
Io

Trait Implementations

impl From<Error> for Error

fn from(other: Error) -> Error

impl From<Error> for Error

fn from(other: Error) -> Error

Derived Implementations

impl Debug for Error

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