Module lucas_test::api::dialog
source · [−]This is supported on crate feature
dialog only.Expand description
Use native message and file open/save dialogs.
This module exposes non-blocking APIs on its root, relying on callback closures
to give results back. This is particularly useful when running dialogs from the main thread.
When using on asynchronous contexts such as async commands, the blocking APIs are recommended.
Modules
Blocking interfaces for the dialog APIs.
Structs
The file dialog builder.