pub type ParsingStream<R> = PutBackN<CodePoints<Bytes<R>>>;
pub struct ParsingStream<R> { /* private fields */ }