Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add enum field to boolean types (#71)
I'm using this library with the stripe API, and they've got a few places where they use the enum field on a boolean to indicate that a field will always be either true or false. This PR updates the types in this crate to support that. It's a small change, but still probably counts as a breaking change, so not sure how you want to handle that?
- Loading branch information