Skip to main content

TextRemoveFn

Type Alias TextRemoveFn 

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

Callback type for removing text.

Aliased Typeยง

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