Trait gst_plugin::child_proxy::ChildProxyImplStatic [−][src]
pub trait ChildProxyImplStatic<T: ObjectType>: Send + Sync + 'static { fn get_impl<'a>(&self, imp: &'a T::ImplType) -> &'a ChildProxyImpl; }
pub trait ChildProxyImplStatic<T: ObjectType>: Send + Sync + 'static { fn get_impl<'a>(&self, imp: &'a T::ImplType) -> &'a ChildProxyImpl; }
fn get_impl<'a>(&self, imp: &'a T::ImplType) -> &'a ChildProxyImpl