Trait nagiosplugin::ToPerfString[][src]

pub trait ToPerfString {
    fn to_perf_string(&self) -> String;
}
Expand description

Implement this if you have a value which can be converted to a performance metric value.

Required methods

Implementations on Foreign Types

Implementors