pub type TextInputCallback<A> = Rc<dyn Fn(String) -> A>;
Callback to create an action when text changes or is submitted.
pub struct TextInputCallback<A> { /* private fields */ }