Enum evmasm::Error [] [src]

pub enum Error<'a> {
    Bytecode(u8),
    Instruction(&'a str),
}

Error is only returned when an instruction/bytecode is not found

Variants

Trait Implementations

impl<'a> Debug for Error<'a>
[src]

Formats the value using the given formatter.