pub type StepCtx<'ctx, 'fixtures> = &'ctx mut StepContext<'fixtures>;Expand description
Alias for the borrowed step context argument in async wrapper signatures.
This preserves the crate’s two-lifetime model while shortening explicit wrapper signatures in user code.