Available on crate feature
serde
only.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
DocumentMut
intoT
. - from_
slice parse
- Convert a TOML documents into
T
. - from_
str parse
- Convert a TOML documents into
T
.