Skip to main content

TextEditUndoFn

Type Alias TextEditUndoFn 

Source
pub type TextEditUndoFn = Box<dyn Fn(UndoWidgetId, &TextEditOperation) -> Result<(), String> + Send + Sync>;
Expand description

Callback for undoing a text edit operation.

Aliased Typeยง

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