[][src]Module casco::concrete

Concrete implementations of the token stream and related traits.

Re-exports

pub use stream::Delimiter;
pub use stream::Spacing;

Structs

Group

Concrete implementation of a group.

Ident

Concrete implementation of an identifier.

Literal

Concrete implementation of a literal.

Punct

Concrete implementation of a punctuation character.

Span

Concrete implementation of a span.

TokenStream

Concrete implementation of a token stream.

Type Definitions

TokenTree

Concrete implementation of a token tree.