assert-impl
assert-impl copied to clipboard
Macro for static assert that types implement a trait or not.
Results
2
assert-impl issues
Sort by
recently updated
recently updated
newest added
Currently we rely on using doc test to ensure that violation of the assertion would correctly trigger compile failure. But doc test isn't really scalable, and with adding more complicated...
There are usecases for types like `Foo Foo