[][src]Trait atk::HyperlinkImplExt

pub trait HyperlinkImplExt: 'static {
    fn get_hyperlink(&self) -> Option<Hyperlink>;
}

Trait containing all HyperlinkImpl methods.

Implementors

HyperlinkImpl

Required methods

Gets the hyperlink associated with this object.

Returns

an AtkHyperlink object which points to this implementing AtkObject.

Loading content...

Implementors

impl<O: IsA<HyperlinkImpl>> HyperlinkImplExt for O[src]

Loading content...