//! Predefined interaction patterns.
//!//! An interaction pattern can be as simple as an rpc call or something more
//! complex such as bidirectional streaming.
//!//! Each pattern defines different associated message types for the interaction.
pubmodbidi_streaming;pubmodclient_streaming;pubmodrpc;pubmodserver_streaming;pubmodtry_server_streaming;