Skip to main content

StepTextRef

Type Alias StepTextRef 

Source
pub type StepTextRef<'ctx> = &'ctx str;
Expand description

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.