pub trait PromptInputWidgetExt {
// Required method
fn prompt_input(&self, cx: &Cx, path: &[LiveId]) -> PromptInputRef;
}pub trait PromptInputWidgetExt {
// Required method
fn prompt_input(&self, cx: &Cx, path: &[LiveId]) -> PromptInputRef;
}