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