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 |