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

Required Methods

Implementors