Trait RealtimeWidgetActionsExt

Source
pub trait RealtimeWidgetActionsExt {
    // Required method
    fn realtime(&self, path: &[LiveId]) -> RealtimeRef;
}

Required Methods§

Source

fn realtime(&self, path: &[LiveId]) -> RealtimeRef

Implementations on Foreign Types§

Source§

impl RealtimeWidgetActionsExt for Actions

Source§

fn realtime(&self, path: &[LiveId]) -> RealtimeRef

Implementors§