pub(crate) trait HyperlinkElement { // Required method fn get_url(&self) -> &DomRefCell<Option<UrlWithBlobClaim>>; }