pub fn get_indicatif_stderr_writer() -> Option<IndicatifWriter<Stderr>>Expand description
Returns the stderr writer (equivalent to
get_stderr_writer) of the registered
IndicatifLayer for the current default tracing subscriber.
Returns None if there is either no default tracing subscriber or if there is not a
IndicatifLayer registered with that subscriber.