revm_interpreter::interpreter_types

Trait RuntimeFlag

Source
pub trait RuntimeFlag {
    // Required methods
    fn is_static(&self) -> bool;
    fn is_eof(&self) -> bool;
    fn is_eof_init(&self) -> bool;
    fn spec_id(&self) -> SpecId;
}

Required Methods§

Source

fn is_static(&self) -> bool

Source

fn is_eof(&self) -> bool

Source

fn is_eof_init(&self) -> bool

Source

fn spec_id(&self) -> SpecId

Implementors§