ClientStream

Type Alias ClientStream 

Source
pub type ClientStream = BoxStream<'static, Result<Bytes>>;
Expand description

The type of Stream to be used for a PUT request.

Aliased Typeยง

pub struct ClientStream { /* private fields */ }