Macro loggy::panic

source ·
macro_rules! panic {
    ( $( $arg:tt )* ) => { ... };
}
Expand description

Generate a panic error message and immediately terminate the current thread.

Panics

Always.