Trait combine::Stream[][src]

pub trait Stream: StreamOnce + Resetable + Positioned { }

A stream of tokens which can be duplicated

Implementors