Searched defs:take_output (Results 1 – 4 of 4) sorted by relevance
46 pub fn take_output(self: Pin<&mut Self>) -> Option<Fut::Output> { in take_output() method
50 pub fn take_output(self: Pin<&mut Self>) -> Option<Fut::Ok> { in take_output() method
65 pub fn take_output(self: Pin<&mut Self>) -> Option<Fut::Output> { in take_output() method
275 pub(super) fn take_output(&self) -> super::Result<T::Output> { in take_output() method