Struct omicron_zone_package::progress::NoProgress
source · pub struct NoProgress;Expand description
Implements Progress as a no-op.
Trait Implementations§
source§impl Progress for NoProgress
impl Progress for NoProgress
source§fn set_message(&self, _msg: Cow<'static, str>)
fn set_message(&self, _msg: Cow<'static, str>)
Updates the message displayed regarding progress constructing
the package.