Available on crate feature
macros only.Expand description
Helper type-level glue for cucumber_codegen crate.
Re-exports§
Macros§
- collect
- Associate a plugin registry with the specified type.
- submit
- Enter an element into the plugin registry corresponding to its type.
Structs§
- Expression
- Top-level
expressiondefined in the grammar spec. - Regex
- A compiled regular expression for searching Unicode haystacks.
Traits§
- Into
World Result - Return-type polymorphism over fallibility for a
#[world(init)]attribute of a#[derive(World)]macro. - Parameter
- Custom parameter of a Cucumber Expression.
- Parameters
Provider - Provider of custom
Parameters. - Step
Constructor - Trait for registering a
Stepwithgiven,whenandthenattributes insideWorld::collection()method. - ToWorld
Future - Return-type polymorphism over
asyncness for a#[world(init)]attribute of a#[derive(World)]macro. - World
Inventory Worldextension allowing to register steps ininventory.
Functions§
- str_eq
- Compares two strings in a
constcontext.