Macro custom_format::panic
source · macro_rules! panic {
() => { ... };
($($arg:tt)*) => { ... };
}
Expand description
Panics the current thread
macro_rules! panic {
() => { ... };
($($arg:tt)*) => { ... };
}
Panics the current thread