Module serde_keyvalue::key_values
source ยท Structsยง
- EmptyMapAccess ๐
MapAccess
for a map with no members specified. - Serde deserializer for key-values strings.
- Error that may be thown while parsing a key-values string.
Enumsยง
- Different kinds of errors that can be returned by the parser.
Functionsยง
- 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.
- Attempts to deserialize
T
from the key-values stringinput
. - is_separator ๐Returns
true
ifc
is a valid separator character.
Type Aliasesยง
- Result ๐