ImeInputHandlerFn

Type Alias ImeInputHandlerFn 

Source
pub type ImeInputHandlerFn = dyn Fn(ImeInput<'_>) + Send + Sync;
Expand description

IME-specific input handler.