Type Definition cucumber::state::Step [] [src]

type Step<World> = Box<SendableStep<World, Output = InvokeResponse>>;