pub trait PerformanceLiveGraphSetWidgetSetExt {
// Required methods
fn performance_live_graph_set(
&self,
paths: &[&[LiveId]],
) -> PerformanceLiveGraphSet;
fn as_performance_live_graph_set(&self) -> PerformanceLiveGraphSet;
}