Struct rotor::mio::Events [] [src]

pub struct Events<'a> {
    // some fields omitted
}

Trait Implementations

impl<'a> Iterator for Events<'a>

type Item = IoEvent

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