pub trait AnyMetricPattern {
// Required methods
fn name(&self) -> &str;
fn indexes(&self) -> &'static [Index];
}Expand description
Non-generic trait for metric patterns (usable in collections).
pub trait AnyMetricPattern {
// Required methods
fn name(&self) -> &str;
fn indexes(&self) -> &'static [Index];
}Non-generic trait for metric patterns (usable in collections).