pub trait VideoSetWidgetSetExt { // Required methods fn video_set(&self, paths: &[&[LiveId]]) -> VideoSet; fn as_video_set(&self) -> VideoSet; }