Skip to main content

parser_text_with_resolver

Function parser_text_with_resolver 

Source
pub fn parser_text_with_resolver(
    text: &str,
    initial_path: Option<&str>,
    resolver: &mut dyn IncludeResolver,
) -> ParserResult<Specification>