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