pub type TextReplaceFn = Box<dyn Fn(WidgetId, usize, usize, &str) -> CommandResult + Send + Sync>;
Callback type for replacing text.
pub struct TextReplaceFn(/* private fields */);