[][src]Crate bevy_fallible

Re-exports

pub use bevy_app;
pub use bevy_ecs;

Structs

FallibleSystemPlugin

Plugin to register fallible system parts.

SystemErrorEvent

Event which is sent every time a fallible_system results in an error.

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.