Function feed_rs::parser::parse_with_uri
source · pub fn parse_with_uri<R: Read>(
source: R,
uri: Option<&str>
) -> ParseFeedResult<Feed>
Expand description
Convenience during transition to the builder
pub fn parse_with_uri<R: Read>(
source: R,
uri: Option<&str>
) -> ParseFeedResult<Feed>
Convenience during transition to the builder