Trait TextInputWidgetExt

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

Required Methods§

Source

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

Implementors§

Source§

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