AccessibleImpl

Trait AccessibleImpl 

Source
pub trait AccessibleImpl: ObjectImpl + ObjectSubclass<Type: IsA<Accessible>> {
    // Provided methods
    fn platform_state(&self, state: AccessiblePlatformState) -> bool { ... }
    fn bounds(&self) -> Option<(i32, i32, i32, i32)> { ... }
    fn at_context(&self) -> Option<ATContext> { ... }
    fn accessible_parent(&self) -> Option<Accessible> { ... }
    fn first_accessible_child(&self) -> Option<Accessible> { ... }
    fn next_accessible_sibling(&self) -> Option<Accessible> { ... }
}

Provided Methods§

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§