[][src]Crate bevy_fallible_derive

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.