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::ProxyPad;
78pub trait ProxyPadImpl: PadImpl {}
910unsafe impl<T: ProxyPadImpl> IsSubclassable<T> for ProxyPad {}