to_xml

Function to_xml 

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