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

Required Methods

Implementors