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