Decodable

Trait Decodable 

Source
pub trait Decodable: DecodeMessage + Debug { }
Expand description

A supertrait that defines everything a custom message needs to be decoded after being received by a socket.

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§