pub type StepTextRef<'ctx> = &'ctx str;
Alias for the step text argument in async wrapper signatures.
This alias is named StepTextRef to avoid colliding with StepText, the owned step-text wrapper type used by lookup APIs.
StepTextRef
StepText