[][src]Type Definition rustracing::sampler::BoxSampler

type BoxSampler<T> = Box<dyn Sampler<T> + Send + Sync + 'static>;

Boxed version of Sampler.

Trait Implementations

impl<T> Sampler<T> for BoxSampler<T>[src]