[]Trait stats::prelude::CounterStatic

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

Required methods

fn increment_value(&'static self, value: i64)

Loading content...

Implementations on Foreign Types

impl<T> CounterStatic for LocalKey<T> where
    T: Counter

Loading content...

Implementors

Loading content...