pub trait Message: Sized { }
Expand description

Implemented on all types that can be de/serialized from/to a Vec<u8>.

Object Safety§

This trait is not object safe.

Implementors§