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

Required Methods

Implementors