pub trait FileDialogResults<SR: Clone + Debug + PartialEq> {
fn save_file_result(path: String) -> SR;
fn load_file_result(path: String) -> SR;
}
pub trait FileDialogResults<SR: Clone + Debug + PartialEq> {
fn save_file_result(path: String) -> SR;
fn load_file_result(path: String) -> SR;
}