pub fn parse2_more<T: ParseMore>(tokens: TokenStream) -> Result<T>Expand description
Same as the syn::parse2 function, but using the ParseMore trait.
pub fn parse2_more<T: ParseMore>(tokens: TokenStream) -> Result<T>Same as the syn::parse2 function, but using the ParseMore trait.