Module nom::branch [−][src]
choice combinators
Traits
Alt | helper trait for the alt() combinator |
Permutation | helper trait for the permutation() combinator |
Functions
alt | tests a list of parsers one by one until one succeeds |
permutation | applies a list of parsers in any order |