[][src]Function news_flash::util::feed_parser::download_and_parse_feed

pub async fn download_and_parse_feed<'_, '_, '_>(
    url: &'_ Url,
    id: &'_ FeedID,
    title: Option<String>,
    order_id: Option<i32>,
    client: &'_ Client
) -> Result<ParsedUrl, FeedParserError>