Struct zipkin::sample::AlwaysSampler [] [src]

pub struct AlwaysSampler;

A Sampler which always returns true.

Trait Implementations

impl Sample for AlwaysSampler
[src]

[src]

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

Auto Trait Implementations

impl Send for AlwaysSampler

impl Sync for AlwaysSampler