blob: 32761dd03d05e70a44ee2cc0d03e609a99cee13a [file] [log] [blame]
trait T<U>: Hash + Clone where U: Copy {}
trait X<U: Debug + Display>: Hash + Clone where U: Copy {}