type FileDialogUiCallback<'a> = dyn FnMut(&mut Ui, &mut FileDialog) + 'a;Expand description
Callback type to inject a custom egui ui inside the file dialog’s ui.
Also gives access to the file dialog, since it would otherwise be inaccessible inside the closure.