// Take a look at the license at the top of the repository in the LICENSE file.
usesuper::prelude::*;useglib::subclass::prelude::*;usecrate::SystemClock;pubtraitSystemClockImpl: ClockImpl {}unsafeimpl<T: SystemClockImpl>IsSubclassable<T>forSystemClock{}