pub trait PadImpl: PadImplExt + GstObjectImpl + Send + Sync {
    fn linked(&self, pad: &Self::Type, peer: &Pad) { ... }
fn unlinked(&self, pad: &Self::Type, peer: &Pad) { ... } }

Provided methods

Implementors