Type Alias mz_cluster_client::WallclockLagFn
source · pub type WallclockLagFn<T> = Arc<dyn Fn(&T) -> Duration + Send + Sync>;
Expand description
A function that computes the lag between the given time and wallclock time.
Aliased Type§
struct WallclockLagFn<T> { /* private fields */ }