Skip to main content

ImageExportStream

Type Alias ImageExportStream 

Source
pub type ImageExportStream = Pin<Box<dyn Stream<Item = Result<Bytes>> + Send + 'static>>;
Expand description

Boxed async stream of TAR-archive byte chunks returned by image save / container export endpoints. Each yielded Bytes is a contiguous slice of an uncompressed TAR archive.

Aliased Typeยง

pub struct ImageExportStream { /* private fields */ }