Type Alias PegParser

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

Aliased Typeยง

struct PegParser<const TRACE: bool>;