[][src]Trait stats::prelude::CounterStatic

pub trait CounterStatic {
    pub fn increment_value(&'static self, value: i64);
}

Required methods

pub fn increment_value(&'static self, value: i64)[src]

Loading content...

Implementations on Foreign Types

impl<T> CounterStatic for LocalKey<T> where
    T: Counter
[src]

Loading content...

Implementors

Loading content...