pub trait CommandTextInputSetWidgetSetExt {
// Required methods
fn command_text_input_set(&self, paths: &[&[LiveId]]) -> CommandTextInputSet;
fn as_command_text_input_set(&self) -> CommandTextInputSet;
}
pub trait CommandTextInputSetWidgetSetExt {
// Required methods
fn command_text_input_set(&self, paths: &[&[LiveId]]) -> CommandTextInputSet;
fn as_command_text_input_set(&self) -> CommandTextInputSet;
}