abort

Function abort 

Source
pub fn abort() -> !
Expand description

Aborts the system.

This function will first attempt to power off the system. If that fails, it will halt all CPUs.