pub fn parse2_with_config(
    tokens: TokenStream,
    config: ParserConfig
) -> Result<Vec<Node>>
Expand description

Parse the given proc-macro2::TokenStream into a Node tree with custom ParserConfig.