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

Required Methods

Implementors