pub trait ChatSetWidgetExt { // Required method fn chat_set(&self, cx: &Cx, paths: &[&[LiveId]]) -> ChatSet; }