pub type ClockType = Box<dyn Clock + Send + Sync>;
Defines a boxed pointer to Clock.
Clock
pub struct ClockType(/* private fields */);