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

Required Methods

Implementors