assert-impl icon indicating copy to clipboard operation
assert-impl copied to clipboard

Need to support generic types

Open upsuper opened this issue 7 years ago • 0 comments

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>);

upsuper avatar Aug 16 '18 10:08 upsuper