Home
last modified time | relevance | path

Searched refs:poll_next (Results 1 – 1 of 1) sorted by relevance

/rust/alloc/
Dboxed.rs2021 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() method
2022 Pin::new(&mut **self).poll_next(cx) in poll_next()