fatal

Macro fatal 

Source
macro_rules! fatal {
    ($($arg:tt)*) => { ... };
}
Expand description

fatal error macro for using panic!