[][src]Function news_flash::util::opml::generate_opml

pub fn generate_opml(
    categories: &[Category],
    feeds: &[Feed],
    mappings: &[FeedMapping]
) -> Result<String, OpmlError>