pub trait INPUTDevice: Send + Sync + Any {
    fn handle_irq(&self);
}

Required methods

Implementors