iter_str_array

Function iter_str_array 

Source
pub fn iter_str_array(
    arr: &dyn Array,
) -> Box<dyn Iterator<Item = Option<&str>> + Send + '_>