Module de_helpers

Source
Expand description

Provides helpers for deserializing Value/ValueInner into Rust types

Structs§

TableHelper
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