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