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