pub trait InteractorStep: StepWithResponse {
// Required method
fn as_interactor_step(&mut self) -> InteractorStepRef<'_>;
}
Expand description
Describes a scenario step that can be executed in an interactor.
pub trait InteractorStep: StepWithResponse {
// Required method
fn as_interactor_step(&mut self) -> InteractorStepRef<'_>;
}
Describes a scenario step that can be executed in an interactor.