Trait ChatSetWidgetRefExt

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

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl ChatSetWidgetRefExt for WidgetRef

Source§

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

Implementors§