[][src]Type Definition holochain_tracing::BoxSampler

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

Boxed version of Sampler.