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