👎Deprecated since 4.0.0: Directly import the macros with bevy_mod_sysfail::{sysfail, quick_sysfail}
Expand description

The quick_sysfail and sysfail macros.

Attribute Macros

  • quick_sysfail is like sysfail(ignore) but only works on Option<()>.
  • sysfail is an attribute macro you can slap on top of your systems to define the handling of errors.