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.
This repository has been archived on 2025-09-11. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
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.