Trait ChatSetWidgetSetExt

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

Required Methods§

Source

fn chat_set(&self, paths: &[&[LiveId]]) -> ChatSet

Source

fn as_chat_set(&self) -> ChatSet

Implementations on Foreign Types§

Source§

impl ChatSetWidgetSetExt for WidgetSet

Source§

fn chat_set(&self, paths: &[&[LiveId]]) -> ChatSet

Source§

fn as_chat_set(&self) -> ChatSet

Implementors§