pub unsafe trait SyncConsumer { }
Expand description

Implement this trait if the consumer channel is thread safe.

Implementors