Trait VideoSetWidgetExt

Source
pub trait VideoSetWidgetExt {
    // Required method
    fn video_set(&mut self, paths: &[&[LiveId]]) -> VideoSet;
}

Required Methods§

Source

fn video_set(&mut self, paths: &[&[LiveId]]) -> VideoSet

Implementors§

Source§

impl<T> VideoSetWidgetExt for T
where T: Widget,