Home
last modified time | relevance | path

Searched defs:take_output (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/tokio/src/future/
Dmaybe_done.rs46 pub fn take_output(self: Pin<&mut Self>) -> Option<Fut::Output> { in take_output() method
/external/rust/crates/futures-util/src/future/
Dtry_maybe_done.rs50 pub fn take_output(self: Pin<&mut Self>) -> Option<Fut::Ok> { in take_output() method
Dmaybe_done.rs65 pub fn take_output(self: Pin<&mut Self>) -> Option<Fut::Output> { in take_output() method
/external/rust/crates/tokio/src/runtime/task/
Dcore.rs275 pub(super) fn take_output(&self) -> super::Result<T::Output> { in take_output() method