Skip to main content

parse_html_bytes_with_recovered

Function parse_html_bytes_with_recovered 

Source
pub fn parse_html_bytes_with_recovered(
    input: &[u8],
    opts: &HtmlParseOptions,
) -> (Result<Document, XmlError>, Vec<XmlError>)
Expand description

Bytes equivalent of parse_html_str_with_recovered.