Skip to main content

PerformanceLiveGraphWidgetRefExt

Trait PerformanceLiveGraphWidgetRefExt 

Source
pub trait PerformanceLiveGraphWidgetRefExt {
    // Required methods
    fn performance_live_graph(&self, path: &[LiveId]) -> PerformanceLiveGraphRef;
    fn as_performance_live_graph(&self) -> PerformanceLiveGraphRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§