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