pub trait SuiteRunnerProxyInterface: Send + Sync {
// Required method
fn run(
&self,
test_suite_url: &str,
options: RunSuiteOptions,
controller: ServerEnd<SuiteControllerMarker>,
) -> Result<(), Error>;
}
pub trait SuiteRunnerProxyInterface: Send + Sync {
// Required method
fn run(
&self,
test_suite_url: &str,
options: RunSuiteOptions,
controller: ServerEnd<SuiteControllerMarker>,
) -> Result<(), Error>;
}