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

Required Methods

Implementors