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

Required Methods

Implementors