Trait trait_net::metrics::AsStatusLabel
source · 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.