pub trait RTSPMountPointsImpl: RTSPMountPointsImplExt + ObjectImpl + Send + Sync {
// Provided method
fn make_path(&self, url: &RTSPUrl) -> Option<GString> { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.
pub trait RTSPMountPointsImpl: RTSPMountPointsImplExt + ObjectImpl + Send + Sync {
// Provided method
fn make_path(&self, url: &RTSPUrl) -> Option<GString> { ... }
}