Type Alias sample_arrow2::ArrowSampler
source · pub type ArrowSampler = Box<dyn Sample<Output = Box<dyn Array>> + Send + Sync>;
Aliased Type§
struct ArrowSampler(/* private fields */);
pub type ArrowSampler = Box<dyn Sample<Output = Box<dyn Array>> + Send + Sync>;
struct ArrowSampler(/* private fields */);