pub trait IndexRuntime {
// Required methods
fn describe(&self) -> Vec<IndexMetric>;
fn apply_metric(&mut self, metric: IndexMetric);
}pub trait IndexRuntime {
// Required methods
fn describe(&self) -> Vec<IndexMetric>;
fn apply_metric(&mut self, metric: IndexMetric);
}