parse_with_config

Function parse_with_config 

Source
pub fn parse_with_config<C: CustomNode + Debug>(
    tokens: TokenStream,
    config: ParserConfig<C>,
) -> Result<Vec<Node<C>>>
👎Deprecated since 0.10.2: use rstml::Parser::parse_simple instead
Expand description

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