pub trait TextInputWidgetExt {
    // Required method
    fn text_input(&mut self, path: &[LiveId]) -> TextInputRef;
}

Required Methods§

source

fn text_input(&mut self, path: &[LiveId]) -> TextInputRef

Implementors§

source§

impl<T> TextInputWidgetExt for Twhere T: Widget,