Module iter_trait::refs [] [src]

Marker traits that help ensure that iterators are implemented properly.

Traits

Ref

Marker that states that Self can be obtained from the reference &'a T.

RefMut

Marker that states that Self can be obtained from the reference &'a mut T.