Expand description
A module for Punctuated<T, P>, a series of items to parse of type T separated
by punction of type P.
Structs§
- Punctuated
- A type for seperated data. Since parsing for this type is ambiguous, you must manually specify
a parser using the
parse_withattribute.