logo
pub trait CodeAsmUmonitor<T> {
    fn umonitor(&mut self, op0: T) -> Result<(), IcedError>;
}

Required Methods

Implementors