pub trait EasyToken: EasyPeek + Parse + Spanned { fn display() -> &'static str; }
Peekable, parsable token.
easy_token! macro produces types that implement this trait.
easy_token!
Display the token for the user.