1 2 3 4 5
use pest_derive::Parser; #[derive(Parser)] #[grammar = "selector.pest"] pub(crate) struct SelectorParser;