Expand description
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§
- World
Init - Derive macro for tests auto-wiring.