Function transform

Source
pub fn transform<T: FromXml, F: AsXml>(from: &F) -> Result<T, Error>
Expand description

Attempt to transform a type implementing AsXml into another type which implements FromXml.