Module itertools::rciter_impl

source ·

Structs

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

Functions

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