Trait ChatWidgetActionsExt

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

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl ChatWidgetActionsExt for Actions

Source§

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

Implementors§