pub fn get_indicatif_stdout_writer() -> Option<IndicatifWriter<Stdout>>Expand description
Returns the stdout writer (equivalent to
get_stdout_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.