Struct ordered_stream::Then[][src]

pub struct Then<S, F, Fut> where
    S: OrderedStream
{ /* fields omitted */ }
Expand description

A stream for the then function.

Trait Implementations

Formats the value using the given formatter. Read more

The unordered data carried by this stream Read more

The type ordered by this stream. Read more

Attempt to pull out the next value of this stream, registering the current task for wakeup if needed, and returning NoneBefore if it is known that the stream will not produce any more values ordered before the given point. Read more

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.