fn parameter_name(arg: &str) -> Option<String>Expand description
Extract the parameter name from a log-macro arg. tracing accepts:
name = expr, ?name, %name, and bare name. Token-stream
serialisation puts whitespace around punctuation (% protocol) so we
trim after stripping each prefix.