Skip to main content

HtmlWidgetRefExt

Trait HtmlWidgetRefExt 

Source
pub trait HtmlWidgetRefExt {
    // Required methods
    fn html(&self, path: &[LiveId]) -> HtmlRef;
    fn as_html(&self) -> HtmlRef;
}

Required Methods§

Source

fn html(&self, path: &[LiveId]) -> HtmlRef

Source

fn as_html(&self) -> HtmlRef

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§