pub type ClientStream = BoxStream<'static, Result<Bytes>>;
The type of Stream to be used for a PUT request.
Stream
pub struct ClientStream { /* private fields */ }