pub fn parse2(tokens: TokenStream) -> Result<Vec<Node>>Expand description
Parse the given proc-macro2::TokenStream into a Node tree.
pub fn parse2(tokens: TokenStream) -> Result<Vec<Node>>Parse the given proc-macro2::TokenStream into a Node tree.