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

Required Methods

Implementors