pub trait BoxedClockClone { // Required method fn clone_box(&self) -> ClockType; }
BoxedClockClone represents a trait get an instance of ClockType.
ClockType