futures_util::stream

Type Alias FlattenUnordered

Source
pub type FlattenUnordered<St> = FlattenUnorderedWithFlowController<St, ()>;
Expand description

Stream for the flatten_unordered method.

Aliased Typeยง

struct FlattenUnordered<St> { /* private fields */ }