pub type WallclockLagFn<T> = Arc<dyn Fn(&T) -> Duration + Send + Sync>;
A function that computes the lag between the given time and wallclock time.
struct WallclockLagFn<T> { /* private fields */ }