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
e169b372
Please register or sign in to comment