ImageSourceExt

Trait ImageSourceExt 

Source
pub trait ImageSourceExt: IsA<ImageSource> + 'static {
    // Provided method
    fn uri(&self) -> Option<GString> { ... }
}
👎Deprecated: Since 1.18

Provided Methods§

Source

fn uri(&self) -> Option<GString>

👎Deprecated: Since 1.18

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§