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
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
Crate bevy_fallible_derive
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.