pub trait BareStepWidgetRefExt {
// Required methods
fn bare_step(&self, path: &[LiveId]) -> BareStepRef;
fn as_bare_step(&self) -> BareStepRef;
}
pub trait BareStepWidgetRefExt {
// Required methods
fn bare_step(&self, path: &[LiveId]) -> BareStepRef;
fn as_bare_step(&self) -> BareStepRef;
}