pub trait TextInputWidgetExt { // Required method fn text_input(&mut self, path: &[LiveId]) -> TextInputRef; }