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

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