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

Required Methods

Implementors