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

Required Methods§

Implementors§