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

Required Methods§

Implementors§