pub trait PerformanceViewWidgetExt {
// Required method
fn performance_view(&self, path: &[LiveId]) -> PerformanceViewRef;
}
pub trait PerformanceViewWidgetExt {
// Required method
fn performance_view(&self, path: &[LiveId]) -> PerformanceViewRef;
}