pub trait ChatSetWidgetSetExt {
// Required methods
fn chat_set(&self, paths: &[&[LiveId]]) -> ChatSet;
fn as_chat_set(&self) -> ChatSet;
}pub trait ChatSetWidgetSetExt {
// Required methods
fn chat_set(&self, paths: &[&[LiveId]]) -> ChatSet;
fn as_chat_set(&self) -> ChatSet;
}