pub trait ButtonWidgetRefExt { // Required methods fn button(&self, path: &[LiveId]) -> ButtonRef; fn as_button(&self) -> ButtonRef; }