pub trait FoldButtonWidgetRefExt {
// Required methods
fn fold_button(&self, path: &[LiveId]) -> FoldButtonRef;
fn as_fold_button(&self) -> FoldButtonRef;
}
pub trait FoldButtonWidgetRefExt {
// Required methods
fn fold_button(&self, path: &[LiveId]) -> FoldButtonRef;
fn as_fold_button(&self) -> FoldButtonRef;
}