Struct futures_util::future::TryJoinAll [−][src]
pub struct TryJoinAll<F> where
F: TryFuture, { /* fields omitted */ }
Expand description
Future for the try_join_all
function.
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for TryJoinAll<F> where
F: RefUnwindSafe,
<F as TryFuture>::Ok: RefUnwindSafe,
impl<F> Unpin for TryJoinAll<F>
impl<F> UnwindSafe for TryJoinAll<F> where
F: UnwindSafe,
<F as TryFuture>::Ok: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (
into_future
)The output that the future will produce on completion.
type Future = F
type Future = F
🔬 This is a nightly-only experimental API. (
into_future
)Which kind of future are we turning this into?
🔬 This is a nightly-only experimental API. (
into_future
)Creates a future from a value.