pub trait FileDialogGetSaveFileUrlUnsafeArgs {
    unsafe fn exec(self) -> Url;
}
Expand description

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

Required Methods§

Implementations on Foreign Types§

Implementors§