module Traces::Backend::Test::Interface

def trace_context

Get a trace context from the current execution scope.
def trace_context
	Fiber.current.traces_backend_context
end