Expand description
Deserializing TOML into Rust structures.
This module contains all the Serde support for deserializing TOML documents into Rust structures.
Modulesยง
Structsยง
- Deserialization for TOML documents.
- Errors that can occur when deserializing a type.
- Deserialization implementation for TOML values.
Functionsยง
- Convert a
DocumentMut
intoT
. - Convert a TOML documents into
T
. - Convert a TOML documents into
T
. - validate_
struct_ ๐keys