Expand description
Deserializing TOML into Rust structures.
This module contains all the Serde support for deserializing TOML documents into Rust structures.
Structs§
- Deserializer
 - Deserialization for TOML documents.
 - Error
 - Errors that can occur when deserializing a type.
 - Value
Deserializer  - Deserialization implementation for TOML values.
 
Functions§
- from_
document  - Convert a 
DocumentMutintoT. - from_
slice  - Convert a TOML documents into 
T. - from_
str  - Convert a TOML documents into 
T.