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

Required Methods

Implementors