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