pub trait CBStream: Stream<Item = Result<Message, CBError>> + Unpin + Send { }

Implementors