Skip to main content

Module de

Module de 

Source
Expand description

Module for DeserializeAs implementations

The module contains the DeserializeAs trait and helper code. Additionally, it contains implementations of DeserializeAs for types defined in the Rust Standard Library or this crate.

You can find more details on how to implement this trait for your types in the documentation of the DeserializeAs trait and details about the usage in the user guide.

Modulesยง

duplicates ๐Ÿ”’
impls ๐Ÿ”’
skip_error ๐Ÿ”’

Structsยง

DeserializeAsWrap
Helper type to implement DeserializeAs for container-like types.

Traitsยง

DeserializeAs
A data structure that can be deserialized from any data format supported by Serde, analogue to Deserialize.