Skip to main content

TextInputCursorCallback

Type Alias TextInputCursorCallback 

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

Callback to create an action when the cursor moves.

Aliased Typeยง

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