[][src]Module humblegen_rt::regexset_map

GEN,SERVER - RegexSetMap maps a s: &str and some generic input i: I to an Entry<I>.

An entry is a match candidate if

  • .regex() must match s and
  • .matches_input(i( must return true

The GetResult contains a reference to the matching entry.

Structs

RegexSetMap

Refer to module-level docs.

Enums

GetResult

Refer to module-level docs.

Traits

Entry

Refer to module-level docs.