Trait gst_plugin::element::ElementImplExt[][src]

pub trait ElementImplExt<T> {
    fn catch_panic_pad_function<R, F: FnOnce(&Self, &T) -> R, G: FnOnce() -> R>(
        parent: &Option<Object>,
        fallback: G,
        f: F
    ) -> R; }

Required Methods

Implementors