Function xso::to_vec

source ยท
pub fn to_vec<T: AsXml>(xso: &T) -> Result<Vec<u8>, Error>
Expand description

Attempt to serialise a type implementing AsXml to a vector of bytes.