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

A user defined message that can be serialised and deserialized.

Implementations on Foreign Types

Implementors