Function syn_rsx::parse_with_config[][src]

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

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