[![Build Status](https://travis-ci.org/jaje/iter_foreach.svg?branch=master)](https://travis-ci.org/jaje/iter_foreach) # ForEach trait and for_each! macro ForEach trait and for_each! macro allow you to use iterator inside iteration loop, which is not posible when using for-in loop.