pub trait RawReader: StreamReader<Item = RawStreamItem, Symbol = RawSymbolToken> { }
Expand description

RawReader is a shorthand for a Reader implementation that returns RawStreamItems and uses RawSymbolToken to represent its field names, annotations, and symbol values.

Implementors