pub async fn poll_oneoff<'a>(poll: &mut Poll<'a>) -> Result<(), Error>
26 27 28
async fn poll_oneoff<'a>(&self, poll: &mut Poll<'a>) -> Result<(), Error> { poll_oneoff(poll).await }