Trait StatsProducer

Source
pub trait StatsProducer {
    // Provided method
    fn get_stats(&self) -> Option<Value> { ... }
}

Provided Methods§

Implementors§