Function cli_sandbox::panic::medium
source · pub fn medium()Expand description
Shortcut to better_panic::Settings::new().verbosity(better_panic::Verbosity::Medium).install();
Meant to be used at the start of your tests.
pub fn medium()Shortcut to better_panic::Settings::new().verbosity(better_panic::Verbosity::Medium).install();
Meant to be used at the start of your tests.