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