Skip to main content

PerformanceLiveGraphSetWidgetRefExt

Trait PerformanceLiveGraphSetWidgetRefExt 

Source
pub trait PerformanceLiveGraphSetWidgetRefExt {
    // Required method
    fn performance_live_graph_set(
        &self,
        paths: &[&[LiveId]],
    ) -> PerformanceLiveGraphSet;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§