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

Required Methods

Implementors