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

Required Methods§

Implementors§