as a method to the std::time::SystemTime struct so that I can call st.since_epoch()?
(When I define a trait that I want to add to SystemTime, the problem I have is that self.duration_since(...) is not implemented via a trait but via impl SystemTime {...}; i.e. the trait doesn't see duration_since(...)).