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.

Traits

StreamExtendDeprecated

A helper trait for Stream. There is no need to implement this trait yourself, nor do you need to care about its existence. It is marked as ‘deprecated’ to discourage its use and to indicate that it is not part of the crate’s semver guarantees.

Type Definitions

A Stream that pulls tokens from a boxed Iterator.