[][src]Function tensile::executor_console_runner

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