pub fn to_vec<T: AsXml>(xso: &T) -> Result<Vec<u8>, Error>
Attempt to serialise a type implementing AsXml to a vector of bytes.
AsXml