Skip to main content

ParsingStream

Type Alias ParsingStream 

Source
pub type ParsingStream<R> = PutBackN<CodePoints<Bytes<R>>>;

Aliased Typeยง

pub struct ParsingStream<R> { /* private fields */ }