Skip to main content

TextApplyFn

Type Alias TextApplyFn 

Source
pub type TextApplyFn = Box<dyn Fn(WidgetId, usize, &str) -> CommandResult + Send + Sync>;
Expand description

Callback type for applying text operations.

Aliased Typeยง

pub struct TextApplyFn(/* private fields */);