pub type StylistFileDialogFunction = Box<dyn Fn(StylistFileDialog, Option<(&str, &[&str])>) -> Option<PathBuf>>;
Expand description

StylistFileDialogFunction is a function callback that allows the StylistState to open a native filedialog and get file paths for egui.