Skip to main content

ProgressStream

Type Alias ProgressStream 

Source
pub type ProgressStream = BoxStream<'static, Result<DeployStatus, DeviceManagerError>>;
Expand description

Stream of the DeployStatus events

Aliased Typeยง

pub struct ProgressStream { /* private fields */ }