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.
Find a file
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

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.