Skip to main content

render_any_error_terminal

Function render_any_error_terminal 

Source
pub fn render_any_error_terminal(value: &WireValue) -> Option<String>
Expand description

Render AnyError for terminal output using environment-aware capabilities.

Prefers ANSI output when color/ANSI appears supported. Falls back to plain text for NO_COLOR, non-interactive/dumb terminals, or explicitly disabled color settings.