Skip to main content

TextInputCallback

Type Alias TextInputCallback 

Source
pub type TextInputCallback<A> = Rc<dyn Fn(String) -> A>;
Expand description

Callback to create an action when text changes or is submitted.

Aliased Typeยง

pub struct TextInputCallback<A> { /* private fields */ }