pub trait Exec {
fn exec(self: Box<Self>, ext: &mut dyn Ext) -> ExecTrapResult<GasLeft>;
}
Expand description
Virtual Machine interface
pub trait Exec {
fn exec(self: Box<Self>, ext: &mut dyn Ext) -> ExecTrapResult<GasLeft>;
}
Virtual Machine interface