pub trait FileDialogGetSaveFileNameUnsafeArgs {
    unsafe fn exec(self) -> String;
}
Expand description

This trait represents a set of arguments accepted by FileDialog::get_save_file_name_unsafe method.

Required Methods§

Implementations on Foreign Types§

Implementors§