Struct zipkin::sample::NeverSampler [] [src]

pub struct NeverSampler;

A Sampler which always returns false.

Trait Implementations

impl Sample for NeverSampler
[src]

[src]

Returns true if the span associated with the trace ID should be recorded. Read more

Auto Trait Implementations

impl Send for NeverSampler

impl Sync for NeverSampler