1// Take a look at the license at the top of the repository in the LICENSE file.
23use glib::subclass::prelude::*;
45use super::prelude::*;
6use crate::SystemClock;
78pub trait SystemClockImpl: ClockImpl {}
910unsafe impl<T: SystemClockImpl> IsSubclassable<T> for SystemClock {}