Closed jimmycuadra closed 7 years ago
We should use the Into trick for the methods on ApiError that take an optional message. Then we don't have to wrap the messages in Some at the call site.
Some
If this is still open to pick, I'd like to try this one.
Sure thing. No one's opened a PR for it yet.
@jimmycuadra I have made a pull request with an attempt
Implemented in #120.
We should use the Into for the methods on ApiError that take an optional message. Then we don't have to wrap the messages in
Some
at the call site.