Macro tiny_game_framework::fail_on_errors

source ยท
macro_rules! fail_on_errors {
    () => { ... };
}
Expand description

A callback that triggers a task failure when an error is encountered.