Trait GetStatsForOp

Source
pub trait GetStatsForOp<OperationType> {
    // Required method
    fn get_stats_for_op(&mut self, op: OperationType) -> &mut BytesLatencyStats;
}

Required Methods§

Source

fn get_stats_for_op(&mut self, op: OperationType) -> &mut BytesLatencyStats

Implementors§