Trait mz_metrics::rusage::Unit
source · trait Unit {
type Gauge;
type From;
type To;
// Required method
fn from(value: Self::From) -> Self::To;
}
Expand description
Type for converting values from POSIX to Prometheus.
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.