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

Required Methods

Implementors