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

Required Methods

Implementors