Function rstml::parse2_with_config
source ยท pub fn parse2_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-macro2::TokenStream into a Node tree with
custom ParserConfig.