Trait unix::poll::PollExt[][src]

pub trait PollExt {
    fn poll(&mut self, t: Option<Span>) -> Result<usize, OsErr>;
}

Required Methods

Implementors