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

Required Methods

Implementors