Type Alias PegParser

Source
pub type PegParser<const TRACE: bool> = Parser<TRACE>;

Aliased Typeยง

pub struct PegParser<const TRACE: bool>;