pub trait XmlFromStr { }
Expand description

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

Implementations on Foreign Types

Implementors