[][src]Crate bevy_fallable

Re-exports

pub use bevy_app;
pub use bevy_ecs;

Structs

FallableSystemPlugin

Plugin to register fallable system parts.

SystemErrorEvent

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

Attribute Macros

fallable_system

A function attribute to use with fallable systems. By default, will convert a system that returns a Result to system with no return value, and will propagate errors as bevy events.