Struct futures_concurrency::array::Merge [−][src]
Expand description
Trait Implementations
Attempt to pull out the next value of this stream, registering the
current task for wakeup if the value is not yet available, and returning
None
if the stream is exhausted. Read more
Auto Trait Implementations
impl<S, const N: usize> RefUnwindSafe for Merge<S, N> where
S: RefUnwindSafe,
impl<S, const N: usize> UnwindSafe for Merge<S, N> where
S: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
type IntoStream = S
type IntoStream = S
Which kind of stream are we turning this into?
Creates a stream from a value.