pub trait TooltipSetWidgetExt { // Required method fn tooltip_set(&mut self, paths: &[&[LiveId]]) -> TooltipSet; }