pub trait Message: 'static + Encodable + Decodable + Send { }
Expand description

A user defined message that can be serialised and deserialized

Implementations on Foreign Types

Implementors