Module toml_span::de_helpers
source · Expand description
Provides helpers for deserializing Value
/ValueInner
into Rust types
Structs§
- A helper for dealing with
ValueInner::Table
Functions§
- Helper for construction an
ErrorKind::Wanted
- Attempts to acquire a
ValueInner::String
and parse it, returning an error if the value is not a string, or the parse implementation fails