pub trait CodeAsmSaveprevssp {
    // Required method
    fn saveprevssp(&mut self) -> Result<(), IcedError>;
}

Required Methods§

Implementors§