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

Required Methods§

Implementors§