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

Required Methods

Implementors