Skip to main content

IndexRuntime

Trait IndexRuntime 

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

Required Methods§

Source

fn describe(&self) -> Vec<IndexMetric>

Source

fn apply_metric(&mut self, metric: IndexMetric)

Implementors§