fn one(tree: I<'_>) -> IResult<I<'_>, &TokenTree>
Parse any one token, returning the token.
This is the basic primitive that all other parsers are built from.