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