Open
Description
Feature Request
Crates
- tracing-core
Motivation
The current tracing_core::field::ValueSet
requires users to implement a visitor to process and record Values. While this is performant, users have expressed confusion and occasional frustration with this requirement.
Proposal
We should consider dispatching Value
primitive values using an enum rather than a trait object in order to... (I'm not sure, @hawkw, can you add additional details?)