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