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