pub trait CombinatorExt {
// Required method
fn ast(self, mapping: &str) -> Combinator;
}Expand description
Extension trait for Combinator to add AST mapping
pub trait CombinatorExt {
// Required method
fn ast(self, mapping: &str) -> Combinator;
}Extension trait for Combinator to add AST mapping