pub trait ExternalInterrupt {
    fn id(&self) -> ExternalInterruptID;
}
Expand description

ExternalInterrupt describes something with an external interrupt ID.

Required Methods

Implementors