SttInputWidgetExt

Trait SttInputWidgetExt 

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

Required Methods§

Source

fn stt_input(&self, cx: &Cx, path: &[LiveId]) -> SttInputRef

Implementors§

Source§

impl<T> SttInputWidgetExt for T
where T: Widget,