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

Required Methods

Implementors