pub trait PerformanceLiveGraphWidgetRefExt {
// Required methods
fn performance_live_graph(&self, path: &[LiveId]) -> PerformanceLiveGraphRef;
fn as_performance_live_graph(&self) -> PerformanceLiveGraphRef;
}
pub trait PerformanceLiveGraphWidgetRefExt {
// Required methods
fn performance_live_graph(&self, path: &[LiveId]) -> PerformanceLiveGraphRef;
fn as_performance_live_graph(&self) -> PerformanceLiveGraphRef;
}