Skip to main content

PlugAccessibleExt

Trait PlugAccessibleExt 

Source
pub trait PlugAccessibleExt:
    IsA<PlugAccessible>
    + Sealed
    + 'static {
    // Provided method
    fn id(&self) -> Option<GString> { ... }
}
Available on gdk_backend=x11 and crate feature v3_24_30 only.
Expand description

Trait containing all PlugAccessible methods.

§Implementors

PlugAccessible

Provided Methods§

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§