pub trait CodeAsmPushf {
    fn pushf(&mut self) -> Result<(), IcedError>;
}

Required Methods§

Implementors§