pub type TimeSlots = TimeSet<Timestamp>;
A union of TimeSlot (aliased to TimeSet<Timestamp>)
TimeSlot
TimeSet<Timestamp>
pub struct TimeSlots(/* private fields */);