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. |