pub fn parse2<T: Parse>(input: TokenStream) -> Result<T>Expand description
Parse a proc-macro2 token stream into the chosen syntax tree node.
pub fn parse2<T: Parse>(input: TokenStream) -> Result<T>Parse a proc-macro2 token stream into the chosen syntax tree node.