pub trait Client {
// Required method
fn fired(&self);
}
Expand description
Interface for users of synchronous GPIO interrupts. In order
to receive interrupts, the user must implement
this Client
interface.
pub trait Client {
// Required method
fn fired(&self);
}
Interface for users of synchronous GPIO interrupts. In order
to receive interrupts, the user must implement
this Client
interface.