//! Default exit handlers for Abscissa applications
use ;
use ;
/// Print a fatal error message and exit
!
/// Exit because component startup ordering could not be determined.
/// This is a barebones implementation using basic std facilities
/// because it might be called before the terminal component has been
/// started, and we can't use it to log errors about itself.
pub !
where
A: Application,