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

Implementors§