pub trait ChannelMessage: Serialize + DeserializeOwned + Send + Sync + 'static { }

Implementors