Type Alias ParseStream

Source
pub type ParseStream<'a> = &'a ParseBuffer<'a>;
Expand description

The input type for all parsing functions.