pub trait PianoSetWidgetSetExt { // Required methods fn piano_set(&self, paths: &[&[LiveId]]) -> PianoSet; fn as_piano_set(&self) -> PianoSet; }