pub trait Context {
// Required method
fn context(&self) -> &Libinput ⓘ;
}
Expand description
Trait to receive the underlying context
pub trait Context {
// Required method
fn context(&self) -> &Libinput ⓘ;
}
Trait to receive the underlying context