std::crash<T>
crash<T>
Crashes the program with a specified Panicable object
Signature
fn <T> crash(obj: T) -> void;
Specifiers
noreturn
crash<T>
Crashes the program with a specified Panicable object
fn <T> crash(obj: T) -> void;
noreturn