logo
pub trait CodeAsmVmmcall {
    fn vmmcall(&mut self) -> Result<(), IcedError>;
}

Required Methods

Implementors