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

Required Methods§

Implementors§