Module rciter_impl

Module rciter_impl 

Source

Structs§

RcIter
A wrapper for Rc<RefCell<I>>, that implements the Iterator trait.

Functions§

rciter
Return an iterator inside a Rc<RefCell<_>> wrapper.