pub trait AsyncReadWrite: AsyncRead + AsyncWrite + Send + Sync + Unpin + 'static { }
Trait object to unify AsyncRead + AsyncWrite