[−][src]Trait nagiosplugin::ResourceMetric 
Represents a single metric of a resource. You shouldn't need to implement this by yourself since the crate provided types already implement this.
Required methods
Loading content...Implementors
impl<T, O> ResourceMetric for T where
    O: ToPerfString,
    T: Metric<Output = O> + ToPerfString, [src]
O: ToPerfString,
T: Metric<Output = O> + ToPerfString,