pub trait ButtonSetWidgetExt { // Required method fn button_set(&mut self, paths: &[&[LiveId]]) -> ButtonSet; }