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 Twhere T: Widget,