logo
pub trait CodeAsmRmpadjust {
    fn rmpadjust(&mut self) -> Result<(), IcedError>;
}

Required Methods

Implementors