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