pub trait AudioUriSourceExt:
IsA<AudioUriSource>
+ Sealed
+ 'static {
// Provided method
fn uri(&self) -> Option<GString> { ... }
}
Expand description
Provided Methods§
Object Safety§
This trait is not object safe.
pub trait AudioUriSourceExt:
IsA<AudioUriSource>
+ Sealed
+ 'static {
// Provided method
fn uri(&self) -> Option<GString> { ... }
}