NAME

OpenTracing::Role::Scope - Role for OpenTracing implementations.

SYNOPSIS

package OpenTracing::Implementation::MyBackendService::Scope;

use Moo;

with 'OpenTracing::Role::Scope'

sub close => { ... }

1;

DESCRIPTION

This is a Role for OpenTracing implenetations that are compliant with the OpenTracing::Interface.