Re-exports§
pub use self::value::read_value;
pub use self::value::read_value_with_max_depth;
pub use self::value_ref::read_value_ref;
pub use self::value_ref::read_value_ref_with_max_depth;
Modules§
Enums§
- Error
- This type represents all possible errors that can occur when deserializing a value.
Constants§
- MAX_
DEPTH - The maximum recursion depth before
Error::DepthLimitExceeded
is returned.