Skip to main content

ObjectArrayGetter

Type Alias ObjectArrayGetter 

Source
pub type ObjectArrayGetter = Arc<dyn Fn(&(dyn Array + 'static), usize) -> Option<AnyValue<'_>> + Send + Sync>;
Available on crate feature object only.

Aliased Typeยง

pub struct ObjectArrayGetter { /* private fields */ }