Module nommy::surrounded[][src]

Structs

PrefixedBy

PrefixedBy implements Parse, first parsing Prefix, then parsing P.

SuffixedBy

SuffixedBy implements Parse, first parsing P, then parsing Suffix.

SurroundedBy

SurroundedBy implements Parse, first parsing Prefix, then parsing P, finally parsing Suffix.

Enums

PrefixedByParseError