Expand description
Async access to a prost-encoded item stream.
Highly inspired by async-bincode.
Structs§
- Async
Destination - A marker that indicates that the wrapping type is compatible with
AsyncProstReader
with Prost support. - Async
Frame Destination - a marker that indicates that the wrapper type is compatible with
AsyncProstReader
with Framed support. - Async
Prost Reader - A wrapper around an async reader that produces an asynchronous stream of prost-decoded values
- Async
Prost Stream - A wrapper around an async stream that receives and sends prost-encoded values
- Async
Prost Writer - A warpper around an async sink that accepts, serializes, and sends prost-encoded values.
- Frame
- Decoded frame from buffer
- Sync
Destination - A marker that indicates that the wrapping type is compatible with stock
prost
receivers.
Traits§
- Framed
- encode and decode for frame
- Shall
Decode Body - indicate if we shall decode body or not