Trait URIHandlerImplStatic
gst_plugin::uri_handler
pub trait URIHandlerImplStatic<T: ObjectType>: Send + Sync + 'static { fn get_impl<'a>(&self, imp: &'a T::ImplType) -> &'a URIHandlerImpl; fn get_type(&self) -> URIType; fn get_protocols(&self) -> Vec<String>; }
fn get_impl<'a>(&self, imp: &'a T::ImplType) -> &'a URIHandlerImpl
fn get_type(&self) -> URIType
impl Write for Vec<u8>
fn get_protocols(&self) -> Vec<String>