Skip to main content

HyperlinkImplExt

Trait HyperlinkImplExt 

Source
pub trait HyperlinkImplExt:
    IsA<HyperlinkImpl>
    + Sealed
    + 'static {
    // Provided method
    fn hyperlink(&self) -> Option<Hyperlink> { ... }
}
Expand description

Trait containing all HyperlinkImpl methods.

§Implementors

HyperlinkImpl

Provided Methods§

Gets the hyperlink associated with this object.

§Returns

an AtkHyperlink object which points to this implementing AtkObject.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§