Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/compat/
Dcompat03as01.rs2 task as task01, Async as Async01, Future as Future01, Poll as Poll01,
121 fn poll(&mut self) -> Poll01<Self::Item, Self::Error> { in poll()
133 fn poll(&mut self) -> Poll01<Option<Self::Item>, Self::Error> { in poll()
164 fn poll_complete(&mut self) -> Poll01<(), Self::SinkError> { in poll_complete() argument
168 fn close(&mut self) -> Poll01<(), Self::SinkError> { in close() argument