What the practical difference between Element and Self.Element

Hi
What is the difference between the following:
extension Collection where Self.Element: Hashable {}
vs
extension Collection where Element: Hashable {}
I mean is there any practical difference?

Thanks

None!

1 Like