Skip to main content

PayloadStream

Type Alias PayloadStream 

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

A payload delivered in pieces, for a put that must not hold it whole.

Chunk boundaries carry no meaning — an uploader regroups them into whatever units its transport wants. A chunk error ends the upload.

Aliased Type§

pub struct PayloadStream { /* private fields */ }