pub trait PianoWidgetRefExt { // Required methods fn piano(&self, path: &[LiveId]) -> PianoRef; fn as_piano(&self) -> PianoRef; }