pub trait PgByteStream: AsyncWrite + AsyncRead + Unpin + Send + 'static { }
Trait for a byte stream that can be used for pg protocol.