Expand description
FallibleRequestStream and FallibleTonicResponseStream adapters
Structsยง
- Fallible
Request Stream - Wrapper around a fallible stream (one that returns errors) that makes it infallible.
- Fallible
Tonic ๐Response Stream - Wrapper for a tonic response stream that maps errors to
FlightErrorand returns errors from a oneshot channel into the stream.