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

Required Methods

Implementors