parse_with_options

Function parse_with_options 

Source
pub fn parse_with_options<'a>(
    source: &'a [u8],
    options: &'a ParseOptions,
) -> ParseResult<'a>
Expand description

Parses the given source string with the given options and returns a parse result. The options must outlive the returned ParseResult.

ยงPanics

Panics if the parser fails to initialize.