pub trait ButtonSetWidgetSetExt {
// Required methods
fn button_set(&self, paths: &[&[LiveId]]) -> ButtonSet;
fn as_button_set(&self) -> ButtonSet;
}
pub trait ButtonSetWidgetSetExt {
// Required methods
fn button_set(&self, paths: &[&[LiveId]]) -> ButtonSet;
fn as_button_set(&self) -> ButtonSet;
}