Closed maartenflippo closed 3 weeks ago
Since PropagationContext is a collection of references, it can be safely copied. We have already implemented the Copy trait, and the final spots where the context is passed to the propagator as a reference have now been removed.
PropagationContext
Copy
Since
PropagationContext
is a collection of references, it can be safely copied. We have already implemented theCopy
trait, and the final spots where the context is passed to the propagator as a reference have now been removed.