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

Required Methods§

Implementors§