An example MyIterator over a slice of T This is a dumbing down of the `std::slice::Iter` iterator from the standard library. https://doc.rust-lang.org/std/slice/struct.Iter.html The lifetime parameter `'a` is used to ensure that the iterator does not outlive the data it is iterating over.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected