Skip to main content

prune_schema_by_nested_paths

Function prune_schema_by_nested_paths 

Source
fn prune_schema_by_nested_paths<'a, I>(schema: &mut Schema, nested_paths: I)
where I: IntoIterator<Item = &'a [NestedPath]>,