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.
- Stream
Ext - 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