assert-impl
assert-impl copied to clipboard
Need to support generic types
There are usecases for types like Foo<'a>, Bar<T: Clone> things like that. We should add support for that.
Syntax can be something like
assert_impl!(FancyTrait: for<'a> Foo<'a>, for<T: Clone> Bar<T>);