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

Required Methods

Implementors