Searched refs:IntoFuture (Results 1 – 2 of 2) sorted by relevance
5 future::{Future, IntoFuture},47 f: impl IntoFuture<Output = T> + 'static, in try_await()
3 future::{Future, IntoFuture},49 impl<F> IntoFuture for PendingConnectionAttempt<F>54 type IntoFuture = F; typedef56 fn into_future(self) -> Self::IntoFuture { in into_future() argument