macro_rules! fatal {
($effect_builder:expr, $($arg:tt)*) => { ... };
}Expand description
Construct a fatal error effect.
This macro is a convenient wrapper around EffectBuilder::fatal that inserts the file!() and
line!() number automatically.