pub trait TooltipWidgetRefExt {
// Required methods
fn tooltip(&self, path: &[LiveId]) -> TooltipRef;
fn as_tooltip(&self) -> TooltipRef;
}pub trait TooltipWidgetRefExt {
// Required methods
fn tooltip(&self, path: &[LiveId]) -> TooltipRef;
fn as_tooltip(&self) -> TooltipRef;
}