pub trait TextInputWidgetRefExt {
// Required methods
fn text_input(&self, path: &[LiveId]) -> TextInputRef;
fn as_text_input(&self) -> TextInputRef;
}
pub trait TextInputWidgetRefExt {
// Required methods
fn text_input(&self, path: &[LiveId]) -> TextInputRef;
fn as_text_input(&self) -> TextInputRef;
}