Expand description
Definitions for a Collection which is used to store Step Fns and
corresponding Regex patterns.
Structs§
- Ambiguous
Match Error - Error of a
gherkin::Stepmatching multipleStepRegexes inside aCollection. - Collection
- Collection of
Steps. - Context
- Context for a
Stepfunction execution. - Hashable
Regex Regexwrapper implementingEq,OrdandHash.- Location
- Location of a
Stepfnautomatically filled by a proc macro.
Type Aliases§
- Capture
Name - Name of a capturing group inside a
regex. - Step
- Alias for a
gherkin::Stepfunction that returns aLocalBoxFuture. - With
Context - Alias for a
Stepwithregex::CaptureLocations,LocationandContextreturned byCollection::find().