A macro that duplicates the provided transformer for all match cases. Useful when types are conflicting but the transformer would work on all of them.
Go to file
Michael Pfaff 61e2e31970
Initial commit
2021-05-08 18:46:04 -04:00
src Initial commit 2021-05-08 18:46:04 -04:00
.gitignore Initial commit 2021-05-08 18:46:04 -04:00
Cargo.toml Initial commit 2021-05-08 18:46:04 -04:00
README.md Initial commit 2021-05-08 18:46:04 -04:00

README.md

duplicative_match.rs

A macro that duplicates the provided transformer for all match cases. Useful when types are conflicting but the transformer would work on all of them.