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§