Struct glfw::FlushedMessages[src]

pub struct FlushedMessages<'a, Message>(_);

An iterator that yeilds until no more messages are contained in the Receiver's queue.

Trait Implementations

impl<'a, Message: Send> Iterator<Message> for FlushedMessages<'a, Message>

fn next(&mut self) -> Option<Message>