Trait combine::Stream [] [src]

pub trait Stream: StreamOnce + Clone { }

A stream of tokens which can be duplicated

Implementors