Skip to main content

PullProgressStream

Type Alias PullProgressStream 

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

Boxed async stream of Result<PullProgress, AgentError> items returned by Runtime::pull_image_stream.

Aliased Typeยง

pub struct PullProgressStream { /* private fields */ }