[][src]Type Definition holochain_tracing::BoxSampler

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

Boxed version of Sampler.