Module key_values Copy item path Source EmptyMapAccess ๐ MapAccess for a map with no members specified.KeyValueDeserializer Serde deserializer for key-values strings. ParseError Error that may be thown while parsing a key-values string. ErrorKind Different kinds of errors that can be returned by the parser. any_bool ๐ Nom parser for booleans. any_identifier ๐ Nom parser for identifiers. An identifier may contain any alphanumeric character, as well as
โ_โ and โ-โ at any place excepted the first one which cannot be โ-โ. any_number ๐ Nom parser for valid positive of negative numbers. any_separator ๐ Nom parser for valid separators. any_string ๐ Nom parser for valid strings. from_key_values Attempts to deserialize T from the key-values string input. is_separator ๐ Returns true if c is a valid separator character. Result ๐