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