Expand description
Pluggable wall clock for deterministic timestamps in tests.
Mirrors the UlidRng pattern: production code
uses SystemClock, tests inject FixedClock so snapshot output is
byte-stable.
Structs§
- Fixed
Clock - Test clock: always returns the same instant.
- System
Clock - Production clock: defers to
Utc::now().
Traits§
- Clock
- Source of wall-clock time.