pub fn full()
Shortcut to better_panic::Settings::new().verbosity(better_panic::Verbosity::Full).install();
better_panic::Settings::new().verbosity(better_panic::Verbosity::Full).install()
Meant to be used at the start of your tests.