Mutates the builder so that a stack trace will be logged if the status is logged.
Declared in <absl/status/status_builder.h>
Mutates the builder so that a stack trace will be logged if the status is logged.
StatusBuilder&
EmitStackTrace() &;
» more...
Mutates the builder so that a stack trace will be logged if the status is logged.
[[nodiscard]]
StatusBuilder&&
EmitStackTrace() &&;
» more...
*this to allow method chaining.