Derive Macro pest_derive::Parser

source ·
#[derive(Parser)]
{
    // Attributes available to this derive:
    #[grammar]
    #[grammar_inline]
}
Expand description

The main method that’s called by the proc macro (a wrapper around pest_generator::derive_parser)