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