Skip to main content

parse_async_with

Function parse_async_with 

Source
pub async fn parse_async_with<R: AsyncRead + Unpin>(
    reader: R,
    opts: &ParseOptions,
) -> Result<Document>
Expand description

Like parse_async but consults the supplied ParseOptions (e.g. recovery_mode: true, external_resolver: Some(...)).