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

Required Methods

Implementors