rust-cpython: replace dyn Iterator<..> of sequence with concrete type...
rust-cpython: replace dyn Iterator<..> of sequence with concrete type
We wouldn't care the cost of the dynamic dispatch, but I feel a concrete
type helps understanding error messages.