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

Required Methods

Implementors