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

Required Methods

Implementors