Skip to main content

parse_async

Function parse_async 

Source
pub async fn parse_async<R: AsyncRead + Unpin>(reader: R) -> Result<Document>
Expand description

Read reader to end asynchronously, then parse the bytes. Uses default ParseOptions.