azync::Connection now implements Stream & Sink directly
Instead of users having to call stream
and sink
methods to create a MessageStream
and MessageSink
respectively, they can just use Connection directly as Stream
and Sink
now. This simplifies the API.