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