Type Definition iced::widget::text_input::TextInput[][src]

type TextInput<'a, Message> = TextInput<'a, Message, Renderer<Backend>>;

A field that can be filled with text.

This is an alias of an iced_native text input with an iced_wgpu::Renderer.