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 T and P, optionally followed by another T.

Enums

  • A punctuated pair.