Crate bevy_fallible_derive

Source

Attribute Macrosยง

  • 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.