Commit 0fff0d28 authored by Caio's avatar Caio Committed by Gavin Wood
Browse files

Implement `Maybe*` marker traits using a declarative macro (#3557)

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 0df2be57
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