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

Required Methods§

Implementors§