pub trait Timer: Send { // Required method fn stop(self: Box<Self>); }
Timer interface returned by Metrics::start_timer.
Stop the timer and record the duration.