Trait ChatWidgetRefExt

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

Required Methods§

Source

fn chat(&self, path: &[LiveId]) -> ChatRef

Source

fn as_chat(&self) -> ChatRef

Implementations on Foreign Types§

Source§

impl ChatWidgetRefExt for WidgetRef

Source§

fn chat(&self, path: &[LiveId]) -> ChatRef

Source§

fn as_chat(&self) -> ChatRef

Implementors§