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
FlightError
and returns errors from a oneshot channel into the stream.