Trait omicron_zone_package::progress::Progress
source · [−]pub trait Progress {
fn set_message(&self, msg: impl Into<Cow<'static, str>>);
fn increment(&self, delta: u64);
}Expand description
Trait for propagating progress information while constructing the package.
Required Methods
sourcefn set_message(&self, msg: impl Into<Cow<'static, str>>)
fn set_message(&self, msg: impl Into<Cow<'static, str>>)
Updates the message displayed regarding progress constructing the package.