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

Required Methods

Implementors