pub trait CommandTextInputWidgetRefExt {
// Required methods
fn command_text_input(&self, path: &[LiveId]) -> CommandTextInputRef;
fn as_command_text_input(&self) -> CommandTextInputRef;
}
pub trait CommandTextInputWidgetRefExt {
// Required methods
fn command_text_input(&self, path: &[LiveId]) -> CommandTextInputRef;
fn as_command_text_input(&self) -> CommandTextInputRef;
}