Function with_executor_backend

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