pub trait MessageWriter: Sink<Message, Error = Error> + Unpin { }

Implementors