Skip to content
Commit 41660e5f authored by Caio's avatar Caio
Browse files

Implement `Maybe*` marker traits using a declarative macro

Although simple, the current `Maybe*` trait implementations are based on
a manual approach that uses some code duplication. Now this duplication
is removed using a declarative macro.
Tested locally, the modification don't seem to affect building times.
parent ac6a2a78
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment