Trait TextInputWidgetRefExt

Source
pub trait TextInputWidgetRefExt {
    // Required methods
    fn text_input(&self, path: &[LiveId]) -> TextInputRef;
    fn as_text_input(&self) -> TextInputRef;
}

Required Methods§

Implementors§