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