pub fn parse_natural_schema_fragment(
    src: &str
) -> Result<(SchemaFragment, impl Iterator<Item = SchemaWarning>), HumanSyntaxParseErrors>