pub trait ProfilerWidgetRefExt {
// Required methods
fn profiler(&self, path: &[LiveId]) -> ProfilerRef;
fn as_profiler(&self) -> ProfilerRef;
}pub trait ProfilerWidgetRefExt {
// Required methods
fn profiler(&self, path: &[LiveId]) -> ProfilerRef;
fn as_profiler(&self) -> ProfilerRef;
}