[][src]Type Definition undo::Result

type Result = Result<(), Box<dyn Error + Send + Sync + 'static>>;

A specialized Result type for undo-redo operations.