pub trait TextInputSetWidgetExt {
// Required method
fn text_input_set(&mut self, paths: &[&[LiveId]]) -> TextInputSet;
}
pub trait TextInputSetWidgetExt {
// Required method
fn text_input_set(&mut self, paths: &[&[LiveId]]) -> TextInputSet;
}