pub fn transform<T: FromXml, F: IntoXml>(from: F) -> Result<T, Error>
Attempt to transform a type implementing IntoXml into another type which implements FromXml.
IntoXml
FromXml