pub type ClockRef = Arc<dyn Clock>;
Shared handle to a clock. Held by Clone types (CovenHandle, CovenReadHandle) so they clone the handle, not the implementation.
Clone
CovenHandle
CovenReadHandle
pub struct ClockRef { /* private fields */ }