Trait gst_plugin::uri_handler::URIHandlerImpl[][src]

pub trait URIHandlerImpl: AnyImpl + Send + Sync + 'static {
    fn get_uri(&self, element: &URIHandler) -> Option<String>;
fn set_uri(
        &self,
        element: &URIHandler,
        uri: Option<String>
    ) -> Result<(), Error>; }

Required Methods

Methods

impl URIHandlerImpl

Important traits for &'a mut R

Implementors