Struct zipkin::report::NopReporter [] [src]

pub struct NopReporter;

A Reporter which does nothing.

Trait Implementations

impl Report for NopReporter
[src]

[src]

Reports a span.

Auto Trait Implementations

impl Send for NopReporter

impl Sync for NopReporter