pub trait PerformanceLiveGraphSetWidgetRefExt {
// Required method
fn performance_live_graph_set(
&self,
paths: &[&[LiveId]],
) -> PerformanceLiveGraphSet;
}Required Methods§
fn performance_live_graph_set( &self, paths: &[&[LiveId]], ) -> PerformanceLiveGraphSet
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".