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

Required Methods

Implementors