pub fn ldap_schema_parser(
tag_descriptors: &[LDAPSchemaTagDescriptor],
) -> impl Parser<char, (ObjectIdentifier, Vec<LDAPSchemaTag>), Error = Simple<char>> + '_
Expand description
this parses an LDAP schema entry described by its parameter
the tags can be in any order
this function only parses the tags, it does not check if required tags exist in the output