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