Skip to main content

ArrowSampler

Type Alias ArrowSampler 

Source
pub type ArrowSampler = Box<dyn Sample<Output = ArrayRef> + Send + Sync>;

Aliased Typeยง

pub struct ArrowSampler(/* private fields */);