An iterator that applies a function to each item. This is a dumbing down of the `Map` iterator from the standard library. https://doc.rust-lang.org/std/iter/struct.Map.html F is the type of the closure that is used to map the elements. It is constrained to be of type `FnMut(Self::Item) -> B` in the MyIterator implementation
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected