logo
pub trait CodeAsmFicom<T> {
    fn ficom(&mut self, op0: T) -> Result<(), IcedError>;
}

Required Methods

Implementors