pub struct IndexedStreams(_);
Expand description

Sentinel type for streams which are indexed - for each value they yield, they also yield the task identifier associated with them.

Unordered instances which handle futures have the signature Unordered<T, IndexedStreams>, since it allows for a different implementation of Stream.

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.