[][src]Crate cucumber_rust_codegen

Code generation for [cucumber_rust] tests auto-wiring.

Attribute Macros

given

Attribute to auto-wire the test to the World implementer.

then

Attribute to auto-wire the test to the World implementer.

when

Attribute to auto-wire the test to the World implementer.

Derive Macros

WorldInit

Derive macro for tests auto-wiring.