fn string_array_values(
path: &Path,
document: &DocumentMut,
kind: IgnoreEntryKind,
) -> Result<BTreeSet<String>, AtlasMapError>Expand description
Read a string array from the [scan] table, returning an empty set when absent.
fn string_array_values(
path: &Path,
document: &DocumentMut,
kind: IgnoreEntryKind,
) -> Result<BTreeSet<String>, AtlasMapError>Read a string array from the [scan] table, returning an empty set when absent.