Searched defs:PollError (Results 1 – 4 of 4) sorted by relevance
172 pub enum PollError { enum315 pub fn poll(&mut self, duration: Option<std::time::Duration>) -> Result<PollEvents, PollError> { in poll() argument
29 type PollError; typedef34 ) -> Poll<Option<Result<(Self::PollItem, Self::PollBody), Self::PollError>>>; in poll_msg()
548 PollError(#[from] PollError), enumerator
320 PollError(#[from] PollError), enumerator