Skip to main content

with_mutation_test_pool

Function with_mutation_test_pool 

Source
fn with_mutation_test_pool<T: Send>(
    op: impl FnOnce() -> Result<T> + Send,
) -> Result<T>