pub trait Count {
// Required method
fn count(&self) -> Result<u64>;
}Available on crate feature
metrics only.Expand description
Count returns the number of values that were aggregated.
pub trait Count {
// Required method
fn count(&self) -> Result<u64>;
}metrics only.Count returns the number of values that were aggregated.