Searched refs:poll_next (Results 1 – 1 of 1) sorted by relevance
2021 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() method2022 Pin::new(&mut **self).poll_next(cx) in poll_next()