re_format_arrow

Function custom_array_formatter

Source
pub(crate) fn custom_array_formatter<'a>(
    field: &Field,
    array: &'a dyn Array,
) -> Box<dyn Fn(usize) -> Result<String, String> + 'a>