Trait HyperlinkImplExt

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

Required Methods§

Implementors§