Skip to main content

CombinatorExt

Trait CombinatorExt 

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

Extension trait for Combinator to add AST mapping

Required Methods§

Source

fn ast(self, mapping: &str) -> Combinator

Implementors§