pub trait ScenarioTxRun {
type Returns;
// Required method
fn run(self) -> Self::Returns;
}
Expand description
Provides a run
method for transactions and steps.
pub trait ScenarioTxRun {
type Returns;
// Required method
fn run(self) -> Self::Returns;
}
Provides a run
method for transactions and steps.