Trait RealtimeWidgetRefExt

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

Required Methods§

Source

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

Source

fn as_realtime(&self) -> RealtimeRef

Implementations on Foreign Types§

Source§

impl RealtimeWidgetRefExt for WidgetRef

Source§

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

Source§

fn as_realtime(&self) -> RealtimeRef

Implementors§