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.
src | ||
.gitignore | ||
Cargo.toml | ||
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.