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

Required Methods§

Implementors§