[][src]Module rspg::token

Structs

TerminalToken

A token type whose terminal type is itself.

Traits

Token

Token<Terminal> is a trait. Types which implement Token<Terminal> implement function Token<Terminal>::terminal which return the associated terminal of the token.