Function console::user_attended_stderr [−][src]
pub fn user_attended_stderr() -> bool
A fast way to check if the application has a user attended for stderr.
This means that stderr is connected to a terminal instead of a
file or redirected by other means. This is a shortcut for
checking the is_attended
feature on the stderr terminal.