pub trait XmlFromStr { }
Marker trait for auto-implementing the FromXml trait based on the FromStr-implementation of a type.
FromXml
FromStr