module Traces::Backend::Capture::Interface

def trace_context= context

Assign a trace context to the current execution scope.
def trace_context= context
	Fiber.current.traces_backend_context = context
end