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