Skip to main content

HtmlLinkWidgetRefExt

Trait HtmlLinkWidgetRefExt 

Source
pub trait HtmlLinkWidgetRefExt {
    // Required methods
    fn html_link(&self, path: &[LiveId]) -> HtmlLinkRef;
    fn as_html_link(&self) -> HtmlLinkRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§