duplicative_match.rs/README.md

5 lines
176 B
Markdown

# 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.