pub type TextInputCursorCallback<A> = Rc<dyn Fn(usize) -> A>;
Callback to create an action when the cursor moves.
pub struct TextInputCursorCallback<A> { /* private fields */ }