[][src]Type Definition traitgraph::traversal::NeighborsIntoNodes

type NeighborsIntoNodes<NodeIndex, EdgeIndex, Neighbors> = Map<<Neighbors as IntoIterator>::IntoIter, fn(_: Neighbor<NodeIndex, EdgeIndex>) -> NodeIndex>;