pub trait ChatWidgetRefExt { // Required methods fn chat(&self, path: &[LiveId]) -> ChatRef; fn as_chat(&self) -> ChatRef; }