azure_core::xml

Function to_xml

source
pub fn to_xml<T>(value: &T) -> Result<Bytes>
where T: Serialize,