Skip to main content

OnTextInputRegionPlatformTextInputReplaceTextInRangeUtf16

Type Alias OnTextInputRegionPlatformTextInputReplaceTextInRangeUtf16 

Source
pub type OnTextInputRegionPlatformTextInputReplaceTextInRangeUtf16 = Arc<dyn Fn(&mut dyn UiActionHost, ActionCx, &mut dyn UiServices, Rect, f32, &TextInputRegionProps, Utf16Range, &str) -> bool + 'static>;

Aliased Typeยง

pub struct OnTextInputRegionPlatformTextInputReplaceTextInRangeUtf16 { /* private fields */ }