pub trait VideoWidgetRefExt { // Required methods fn video(&self, path: &[LiveId]) -> VideoRef; fn as_video(&self) -> VideoRef; }