planner_test_apply_with_options

Function planner_test_apply_with_options 

Source
pub async fn planner_test_apply_with_options<F, Ft, R>(
    tests_dir: impl AsRef<Path>,
    runner_fn: F,
    options: PlannerTestApplyOptions,
) -> Result<()>
where F: Fn() -> Ft + Send + Sync + 'static, Ft: Future<Output = Result<R>> + Send, R: PlannerTestRunner + 'static,