Crate cairo_lang_primitive_token

Source
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§

PrimitiveSpan
Primitive representation of a token’s span.
PrimitiveToken
Primitive representation of a single token.

Traits§

ToPrimitiveTokenStream
Trait that defines an object that can be turned into a PrimitiveTokenStream iterator.