Closed PaulDotSH closed 4 months ago
In the actual implementations, there is the requirement that the types implement Debug, and this is not needed, this forces users to derive Debug for types that might not need it, this PR passes all the tests.
Thanks
In the actual implementations, there is the requirement that the types implement Debug, and this is not needed, this forces users to derive Debug for types that might not need it, this PR passes all the tests.