I am trying to implement a generator method in a trait like this:
trait TraitWithIterator { fn my_iter(&self) -> impl Iterator +