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

Required Methods§

Implementors§