[][src]Module serde_with::de

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.

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.