Module stream_combinators::stream_sequence [] [src]

Structs

Sequence

Drives a stream until just before it produces a value, then performs a transformation on the stream and returns the transformed stream. If the driven stream reaches its end without producing a value, the transformation function is not called and the returned stream also ends.

Traits

SequenceStream