Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/stream/try_stream/
Dinto_async_read.rs78 match ready!(self.stream.try_poll_next_unpin(cx)) { in poll_read()
143 match ready!(self.stream.try_poll_next_unpin(cx)) { in poll_fill_buf()
Dtry_next.rs35 self.stream.try_poll_next_unpin(cx)?.map(Ok) in poll()
Dmod.rs929 fn try_poll_next_unpin( in try_poll_next_unpin() method
/external/rust/crates/futures-util/src/sink/
Dsend_all.rs98 match this.stream.try_poll_next_unpin(cx)? { in poll()