pub trait TracingExt { // Required method fn or_empty(&self) -> String; }
Extensions for values used as fields in tracing macros.
tracing
Returns the Display value of the inner value or an empty string.
Display