Trait Deliverable

Source
pub trait Deliverable:
    EncodeMessage
    + DecodeMessage
    + MessageHelpers
    + Debug { }
Expand description

A supertrait that defines everything a custom message needs to be properly usable by a client and server.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§