Skip to main content

MeasureStorage

Type Alias MeasureStorage 

Source
pub type MeasureStorage = Box<dyn KvStorageInterface<u64> + Sync + Send>;
Expand description

MeasureStorage is the type accepted by PeriodicMeasure::new. It’s used to store counts in a storage media provided by user.

Aliased Type§

pub struct MeasureStorage(/* private fields */);