pub trait SttInputSetWidgetSetExt {
// Required methods
fn stt_input_set(&self, cx: &Cx, paths: &[&[LiveId]]) -> SttInputSet;
fn as_stt_input_set(&self) -> SttInputSet;
}pub trait SttInputSetWidgetSetExt {
// Required methods
fn stt_input_set(&self, cx: &Cx, paths: &[&[LiveId]]) -> SttInputSet;
fn as_stt_input_set(&self) -> SttInputSet;
}