Docs.rs
cloudiful-bevy-settings-0.1.0
cloudiful-bevy-settings 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cloudiful
Dependencies
bevy ^0.18.1
normal
bevy-persistent ^0.10.0
normal
serde ^1.0.228
normal
Versions
2.27%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Skip to main content
RequestedSettingAction
cloudiful_
bevy_
settings
0.1.0
Requested
Setting
Action
Required Methods
action
Implementors
In crate cloudiful_
bevy_
settings
cloudiful_bevy_settings
Trait
Requested
Setting
Action
Copy item path
Source
pub trait RequestedSettingAction<Action> { // Required method fn
action
(&self) -> Action; }
Required Methods
§
Source
fn
action
(&self) -> Action
Implementors
§