macro_rules! macro_set_rss_data_fields {
    ($rss_data:expr, $field:ident, $value:expr) => { ... };
}
Expand description