pub trait HtmlSetWidgetSetExt { // Required methods fn html_set(&self, paths: &[&[LiveId]]) -> HtmlSet; fn as_html_set(&self) -> HtmlSet; }