Enum alure::instr::serialize::DecodeError [−][src]
pub enum DecodeError { Cursor(CursorError), ReservedInstruction(u8), }
Expand description
Errors decoding bytecode
Variants
Cursor(CursorError)
Cursor error
ReservedInstruction(u8)
Instruction {0}
is reserved for the future use and currently is not
supported
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for DecodeError
impl Send for DecodeError
impl Sync for DecodeError
impl Unpin for DecodeError
impl UnwindSafe for DecodeError
Blanket Implementations
Mutably borrows from an owned value. Read more