pub trait PromptInputWidgetRefExt {
// Required methods
fn prompt_input(&self, path: &[LiveId]) -> PromptInputRef;
fn as_prompt_input(&self) -> PromptInputRef;
}pub trait PromptInputWidgetRefExt {
// Required methods
fn prompt_input(&self, path: &[LiveId]) -> PromptInputRef;
fn as_prompt_input(&self) -> PromptInputRef;
}