SttInputSetWidgetSetExt

Trait SttInputSetWidgetSetExt 

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

Required Methods§

Source

fn stt_input_set(&self, cx: &Cx, paths: &[&[LiveId]]) -> SttInputSet

Source

fn as_stt_input_set(&self) -> SttInputSet

Implementations on Foreign Types§

Source§

impl SttInputSetWidgetSetExt for WidgetSet

Source§

fn stt_input_set(&self, cx: &Cx, paths: &[&[LiveId]]) -> SttInputSet

Source§

fn as_stt_input_set(&self) -> SttInputSet

Implementors§