pub fn with_executor_backend(
    backend: Backend<'_>,
    test: &dyn Fn(Executor<'_, '_>)
)