pub fn clock_from_millis(
source: impl Fn() -> u64 + Send + Sync + 'static,
) -> ClockRefExpand description
A ClockRef reading epoch milliseconds from a test-supplied source, for
the hybrid-logical-clock tests that think in milliseconds rather than
DateTimes.