Docs.rs
native-dialog-0.9.0
native-dialog 0.9.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
balthild
Dependencies
dirs ^6.0.0
normal
formatx ^0.2.3
normal
futures-channel ^0.3.31
normal
optional
futures-lite ^2.6.0
normal
optional
raw-window-handle ^0.6.2
normal
thiserror ^2.0.12
normal
ascii ^1.1.0
normal
versions ^7.0.0
normal
which ^7.0.3
normal
block2 ^0.6.0
normal
dispatch2 ^0.3.0
normal
objc2 ^0.6.0
normal
objc2-app-kit ^0.3.0
normal
objc2-core-foundation ^0.3.0
normal
objc2-core-graphics ^0.3.0
normal
objc2-foundation ^0.3.0
normal
wfd ^0.1.7
normal
winapi ^0.3.9
normal
Versions
11.25%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
native_
dialog
0.9.0
Dialog
Required Associated Types
Output
Implementors
In crate native_
dialog
native_dialog
Trait
Dialog
Copy item path
Source
pub trait Dialog { type
Output
; }
Required Associated Types
§
Source
type
Output
Implementors
§
Source
§
impl
Dialog
for
MessageAlert
Source
§
type
Output
=
()
Source
§
impl
Dialog
for
MessageConfirm
Source
§
type
Output
=
bool
Source
§
impl
Dialog
for
OpenMultipleFile
Source
§
type
Output
=
Vec
<
PathBuf
>
Source
§
impl
Dialog
for
OpenSingleDir
Source
§
type
Output
=
Option
<
PathBuf
>
Source
§
impl
Dialog
for
OpenSingleFile
Source
§
type
Output
=
Option
<
PathBuf
>
Source
§
impl
Dialog
for
SaveSingleFile
Source
§
type
Output
=
Option
<
PathBuf
>