ProfilerSetWidgetExt

Trait ProfilerSetWidgetExt 

Source
pub trait ProfilerSetWidgetExt {
    // Required method
    fn profiler_set(&mut self, paths: &[&[LiveId]]) -> ProfilerSet;
}

Required Methods§

Source

fn profiler_set(&mut self, paths: &[&[LiveId]]) -> ProfilerSet

Implementors§

Source§

impl<T> ProfilerSetWidgetExt for T
where T: Widget,