Docs.rs
bevy_file_dialog-0.9.0
bevy_file_dialog 0.9.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
richardhozak
Dependencies
bevy_app ^0.17
normal
bevy_derive ^0.17
normal
bevy_ecs ^0.17
normal
bevy_tasks ^0.17
normal
bevy_utils ^0.17
normal
bevy_winit ^0.17
normal
crossbeam-channel ^0.5
normal
rfd ^0.15
normal
bevy ^0.17
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
PickFilePath
bevy_
file_
dialog
0.9.0
Pick
File
Path
Implementors
In crate bevy_
file_
dialog
bevy_file_dialog
Trait
Pick
File
Path
Copy item path
Source
pub trait PickFilePath:
Send
+
Sync
+ 'static { }
Expand description
Marker trait saying what file path are we picking.
Implementors
§
Source
§
impl<T>
PickFilePath
for T
where T:
Send
+
Sync
+ 'static,