Searched defs:take_output (Results 1 – 10 of 10) sorted by relevance
162 pub fn take_output(&mut self) -> Option<F::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
47 pub fn take_output(self: Pin<&mut Self>) -> Option<Fut::Output> { in take_output() method
90 pub fn take_output(&mut self) -> Option<Box<dyn std::io::Write + Send>> { in take_output() method
371 pub(super) fn take_output(&self) -> super::Result<T::Output> { in take_output() method