Expand description
This crate defines unfiorm and primitive form of the TokenStream. We want this to be as stable as possible and limit the changes here to bare minimum.
Structs§
- Primitive
Span - Primitive representation of a token’s span.
- Primitive
Token - Primitive representation of a single token.
Traits§
- ToPrimitive
Token Stream - Trait that defines an object that can be turned into a PrimitiveTokenStream iterator.