Expand description
Fallible server streaming interaction pattern.
Structs§
- Stream
Created - A guard message to indicate that the stream has been created.
- TryServer
Streaming - Fallible server streaming interaction pattern.
Enums§
- Error
- Server error when accepting a server streaming request
- Item
Error - Client error when handling responses from a server streaming request.
Traits§
- TryServer
Streaming Msg - Same as ServerStreamingMsg, but with lazy stream creation and the error type explicitly defined.