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