Skip to main content

SendEvent

Trait SendEvent 

Source
pub trait SendEvent {
    // Required method
    fn send(&mut self, event: Event);
}

Required Methods§

Source

fn send(&mut self, event: Event)

Implementors§