Function console::set_colors_enabled_stderr
source ยท pub fn set_colors_enabled_stderr(val: bool)
Expand description
Forces colorization on or off for stderr.
This overrides the default for the current process and changes the return value of the
colors_enabled
function.