pub(crate) trait SessionBufStream: SessionStream + AsyncBufRead { }
Session stream with a read buffer.