pub trait TextInputSetWidgetSetExt {
// Required methods
fn text_input_set(&self, paths: &[&[LiveId]]) -> TextInputSet;
fn as_text_input_set(&self) -> TextInputSet;
}
pub trait TextInputSetWidgetSetExt {
// Required methods
fn text_input_set(&self, paths: &[&[LiveId]]) -> TextInputSet;
fn as_text_input_set(&self) -> TextInputSet;
}