SttInputWidgetRefExt

Trait SttInputWidgetRefExt 

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

Required Methods§

Source

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

Source

fn as_stt_input(&self) -> SttInputRef

Implementations on Foreign Types§

Source§

impl SttInputWidgetRefExt for WidgetRef

Source§

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

Source§

fn as_stt_input(&self) -> SttInputRef

Implementors§