Trait quic_rpc::message::InteractionPattern

source ·
pub trait InteractionPattern:
    Debug
    + Clone
    + Send
    + Sync
    + 'static { }
Expand description

Trait defining interaction pattern.

Currently there are 4 patterns:

You could define your own interaction patterns such as OneWay.

Object Safety§

This trait is not object safe.

Implementors§