Trait bismuth::event::PollEvents [] [src]

pub trait PollEvents {
    type Output: IntoIterator<Item = Event>;
    fn poll_events(&mut self) -> Self::Output;
}

Associated Types

Required Methods

Implementors