[go: up one dir, main page]

to_xml

Function to_xml 

Source
pub fn to_xml<T>(value: &T) -> Result<Bytes, Error>
where T: Serialize,
Available on crate feature xml only.
Expand description

Serializes a type to bytes.

Automatically includes the XML declaration.