pub trait EventLoopProxy<T: 'static> {
    fn send_event(&self, event: T);
}

Required Methods

Implementors