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

Required Methods

Implementors