pub trait PerformanceLiveGraphSetWidgetExt {
// Required method
fn performance_live_graph_set(
&mut self,
paths: &[&[LiveId]],
) -> PerformanceLiveGraphSet;
}
pub trait PerformanceLiveGraphSetWidgetExt {
// Required method
fn performance_live_graph_set(
&mut self,
paths: &[&[LiveId]],
) -> PerformanceLiveGraphSet;
}