Module quic_rpc::message

source ·
Expand description

Traits to define the behaviour of messages for services

Structs

Bidirectional streaming interaction pattern
Client streaming interaction pattern
RPC interaction pattern
Server streaming interaction pattern

Traits

Trait defining interaction pattern.
Defines interaction pattern, update type and return type for a RPC message
Shortcut to define just the return type for the very common RPC interaction pattern