[][src]Trait stats::prelude::TimeseriesStatic

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

Required methods

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

pub fn add_value_aggregated(&'static self, value: i64, nsamples: u32)[src]

Loading content...

Implementations on Foreign Types

impl<T> TimeseriesStatic for LocalKey<T> where
    T: Timeseries
[src]

Loading content...

Implementors

Loading content...