Function arbitrary_boxed_primitive

Source
pub fn arbitrary_boxed_primitive<T, V>(
    len: Range<usize>,
    null: Option<V>,
) -> ArrowSampler
where V: Sample<Output = bool> + Clone + Send + Sync + 'static, T: NativeType + Arbitrary,