1 2 3 4 5 6 7
use crate::Application; use gtk::subclass::prelude::*; pub trait AdwApplicationImpl: GtkApplicationImpl {} unsafe impl<T: AdwApplicationImpl> IsSubclassable<T> for Application {}