pub type BoxClock = Box<dyn Clock + Send>;
A boxed Clock
Clock
pub struct BoxClock(/* private fields */);