pub type ArcClock = Arc<dyn Clock>;
Convenience aliases for the common injection shape.
pub struct ArcClock { /* private fields */ }