Function boxed

Source
pub fn boxed<GT, T>(len: Range<usize>, el: GT) -> ArrowSampler
where GT: Sample<Output = T> + Send + Sync + Clone + 'static, T: NativeType + Arbitrary,