Function tensile::executor_console_runner[][src]

pub async fn executor_console_runner<Error, E>(
    test: Test<Error>,
    options: &Options,
    executor: Option<E>
) -> Result<TestReport> where
    Error: Debug + Display + Send + 'static,
    E: Spawn,