pub trait WaitEvent: Sized {
    fn wait(event_pump: &mut EventPump) -> Result<Self>;
}

Required Methods

Implementors