pub type ProgressStream = BoxStream<'static, Result<DeployStatus, DeviceManagerError>>;Expand description
Stream of the DeployStatus events
Aliased Typeยง
pub struct ProgressStream { /* private fields */ }pub type ProgressStream = BoxStream<'static, Result<DeployStatus, DeviceManagerError>>;Stream of the DeployStatus events
pub struct ProgressStream { /* private fields */ }