pub trait BrokerMsg: Message<Result = ()> + Send + Clone + 'static { }

Implementors