1// Take a look at the license at the top of the repository in the LICENSE file.
23use glib::subclass::prelude::*;
45use crate::Preset;
67pub trait PresetImpl: super::element::ElementImpl {}
89unsafe impl<T: PresetImpl> IsImplementable<T> for Preset {}