Searched defs:IntoFuture (Results 1 – 1 of 1) sorted by relevance
16 impl<Fut> IntoFuture<Fut> { impl23 impl<Fut: TryFuture + FusedFuture> FusedFuture for IntoFuture<Fut> { implementation27 impl<Fut: TryFuture> Future for IntoFuture<Fut> { implementation