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

Required Methods§

Implementors§