script::dom::htmlhyperlinkelementutils

Trait HyperlinkElement

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

Required Methods§

Implementors§