[]Trait stats::prelude::TimeseriesStatic

pub trait TimeseriesStatic {
    fn add_value(&'static self, value: i64);
fn add_value_aggregated(&'static self, value: i64, nsamples: u32); }

Required methods

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

fn add_value_aggregated(&'static self, value: i64, nsamples: u32)

Loading content...

Implementations on Foreign Types

impl<T> TimeseriesStatic for LocalKey<T> where
    T: Timeseries

Loading content...

Implementors

Loading content...