pub trait HyperlinkImplExt: 'static { fn hyperlink(&self) -> Option<Hyperlink>; }
Trait containing all HyperlinkImpl methods.
HyperlinkImpl
Gets the hyperlink associated with this object.
an AtkHyperlink object which points to this implementing AtkObject.