Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Config::with_failure_persistence #234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mzabaluev
Copy link

A field record update of the failure_persistence member of Config is a handful to write in the proptest_config attribute and needs all the gory details of the field type initialization.

Add a convenience constructor making use of a generic parameter over FailurePersistence impls.

A convenience constructor making use of a generic parameter
over FailurePersistence impls and hiding the Some(Box::new(...)) cruft.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant