Encodable

Trait Encodable 

Source
pub trait Encodable: EncodeMessage + Debug { }
Expand description

A supertrait that defines everything a custom message needs to be encoded before being sent by a socket.

Implementors§