Module azure_core::xml
source · Modules§
- Provides helper functions to serialization and deserialization of types (usually enums) as a text content of an element and intended to use with
#[serde(with = "...")],#[serde(deserialize_with = "...")]and#[serde(serialize_with = "...")].
Functions§
- Reads the XML from bytes.
- Reads the XML from bytes.