Module try_server_streaming

Source
Expand description

Fallible server streaming interaction pattern.

Structs§

StreamCreated
A guard message to indicate that the stream has been created.
TryServerStreaming
Fallible server streaming interaction pattern.

Enums§

Error
Server error when accepting a server streaming request
ItemError
Client error when handling responses from a server streaming request.

Traits§

TryServerStreamingMsg
Same as ServerStreamingMsg, but with lazy stream creation and the error type explicitly defined.