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