Trait GpeNotify

Source
pub trait GpeNotify: Send {
    // Provided method
    fn notify(&mut self) { ... }
}

Provided Methods§

Source

fn notify(&mut self)

Implementors§