[][src]Module serde_tcod_config_parser::de

Structs

Deserializer

A structure that deserializes libtcod config file values into Rust values.

Enums

Error

This type represents all possible errors that can occur when deserializing libtcod config files.

InvalidCharError

This type represents all possible errors that can occur when deserializing the libtcod config file char type.

Type Definitions

Result

A re-declaration of Result that sets sensible defaults for T and E