Type Definition futures_util::stream::FlattenUnordered
source · pub type FlattenUnordered<St> = FlattenUnorderedWithFlowController<St, ()>;
Expand description
Stream for the flatten_unordered
method.
pub type FlattenUnordered<St> = FlattenUnorderedWithFlowController<St, ()>;
Stream for the flatten_unordered
method.