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