pub type PayloadStream = BoxStream<'static, Result<Bytes>>;Expand description
Outgoing byte stream returned by Backend::get_object.
Use single to construct a single-chunk PayloadStream from an owned value.
Aliased Typeยง
pub struct PayloadStream { /* private fields */ }