[][src]Function syn_rsx::parse2_with_config

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

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