Module quantifier

Module quantifier 

Source
Expand description

Quantifiers like Pair and Many.

Re-exports§

pub use super::super::quantifier;

Modules§

exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module ::prelude :: *.

Structs§

Many
Parse as much elements as possible.
Pair
Pair of two elements of parsing.

Traits§

AsMuchAsPossibleNoDelimiter
Marker saying how to parse several elements of such type in a row.