Module streams

Source
Expand description

Structsยง

FallibleRequestStream ๐Ÿ”’
Wrapper around a fallible stream (one that returns errors) that makes it infallible.
FallibleTonicResponseStream ๐Ÿ”’
Wrapper for a tonic response stream that maps errors to FlightError and returns errors from a oneshot channel into the stream.