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::Pipeline;
78pub trait PipelineImpl: BinImpl {}
910unsafe impl<T: PipelineImpl> IsSubclassable<T> for Pipeline {}