Module flexi_parse::punctuated
source · Expand description
Utilities for parsing types separated by punctuation.
Structs
- An iterator over
T. - An iterator over
Pair(T, P). - An iterator over
&T. - An iterator over
&mut T. - An iterator over
Pair(&T, &P). - An iterator over
Pair(&mut T, &mut P). - A series of pairs of
TandP, optionally followed by anotherT.
Enums
- A punctuated pair.