Skip to main content

SharedSampler

Type Alias SharedSampler 

Source
pub type SharedSampler = Arc<SecretSampler>;
Expand description

Shared sampler handle for the dispatch pipeline.

Aliased Typeยง

pub struct SharedSampler { /* private fields */ }