Skip to main content

Module stream

Module stream 

Available on crate feature ttrpc only.
Expand description

Streaming helpers re-exported for generated service code.

Traits§

Stream
A stream of values produced asynchronously.
StreamExt
An extension trait for Streams that provides a variety of convenient combinator functions.

Functions§

once
Creates a stream of a single element.
stream_fn
Create a new stream
try_stream_fn
Create a new try stream