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

Required Methods

Implementors