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