logo
pub trait CodeAsmXend {
    fn xend(&mut self) -> Result<(), IcedError>;
}

Required Methods

Implementors