Idea: Trait+Impl Item for ergonomic extension traits

A somewhat related idea:

I might argue that for something as big as Itertools, the extra impl Itertools for impl Iterator {} line isn't a big deal. But for small, one-off things for local use, even the trait part is a pain, so I'd like to get right of that too.