pub trait MRecorder {
    fn record(&self, value: u64);
}

Required Methods§

Implementors§