Macro set_string_from_xml

Source
macro_rules! set_string_from_xml {
    ($self:ident, $e:ident, $attr:ident, $xml_attr:expr) => { ... };
}