Module chumsky::stream[][src]

Expand description

Token streams and behaviours.

Structs

A type that represents a stream of input tokens. Unlike Iterator, this type supports backtracking and a few other features required by the crate.

Enums

A utility type used to flatten input trees. See Stream::from_nested.

Type Definitions

A Stream that pulls tokens from a boxed Iterator.