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

Required Methods

Implementors