pub trait SttInputWidgetRefExt {
// Required methods
fn stt_input(&self, cx: &Cx, path: &[LiveId]) -> SttInputRef;
fn as_stt_input(&self) -> SttInputRef;
}pub trait SttInputWidgetRefExt {
// Required methods
fn stt_input(&self, cx: &Cx, path: &[LiveId]) -> SttInputRef;
fn as_stt_input(&self) -> SttInputRef;
}