Trait MetricsExt

Source
pub trait MetricsExt {
    // Required method
    fn find_count(&self, name: &str) -> Option<Count>;
}

Required Methods§

Source

fn find_count(&self, name: &str) -> Option<Count>

Implementations on Foreign Types§

Source§

impl MetricsExt for MetricsSet

Source§

fn find_count(&self, metric_name: &str) -> Option<Count>

Implementors§