Consider implementing `Stream` for `Request<T>` / `Response<T>` where `T: Stream`. This could be an optional dependency on the `futures` crate.
Consider implementing
StreamforRequest<T>/Response<T>whereT: Stream.This could be an optional dependency on the
futurescrate.