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

Required Methods

Implementors