pub trait ExecutionPlanMetricsSetExt {
// Required methods
fn new_count(&self, name: &'static str, partition: usize) -> Count;
fn new_time(&self, name: &'static str, partition: usize) -> Time;
}
pub trait ExecutionPlanMetricsSetExt {
// Required methods
fn new_count(&self, name: &'static str, partition: usize) -> Count;
fn new_time(&self, name: &'static str, partition: usize) -> Time;
}