Stream

Type Alias Stream 

Source
type Stream<'i> = TokenSlice<'i, Token>;

Aliased Typeยง

struct Stream<'i> { /* private fields */ }