pub trait CodeAsmXtest {
    fn xtest(&mut self) -> Result<(), IcedError>;
}

Required Methods§

Implementors§