logo
pub trait CodeAsmPtwrite<T> {
    fn ptwrite(&mut self, op0: T) -> Result<(), IcedError>;
}

Required Methods

Implementors