Docs.rs
bevy_fallible_derive-0.4.0
bevy_fallible_derive 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
barsoosayque
Dependencies
proc-macro2 ^1.0.24
normal
quote ^1.0.7
normal
syn ^1.0.51
normal
Versions
50%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bevy_
fallible_
derive
0.4.0
All Items
Crate Items
Attribute Macros
Crate
bevy_fallible_derive
Copy item path
Source
Attribute Macros
ยง
fallible_
system
A function attribute to use with fallible systems. By default, will convert a system that returns a Result to system with no return value, and will propagate errors as bevy events.