Trait atk::prelude::HyperlinkImplExt[][src]

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

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.

Implementors