Unnamed repository; edit this file 'description' to name the repository.
1
2
3
trait Z<U> = T<U>;
trait Z<U> = T<U> where U: Copy;
trait Z<U> = where Self: T<U>;