Module chumsky::stream[][src]

Expand description

Token streams and behaviours.

Structs

A stream that wraps an Iterator.

A stream that wraps an Iterator of token/span pairs.

Traits

A trait that describes types that can be turned into token streams (types that implement Stream).

A trait implemented by token streams.