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