pub trait AsStatusLabel {
// Required method
fn as_status_label(&self) -> String;
}
Expand description
Represents the object that can be seen as a status in metrics system.
Required Methods§
Sourcefn as_status_label(&self) -> String
fn as_status_label(&self) -> String
Get status label of this object.