itertools
0.14.0
Module rciter_
impl
Module Items
Structs
Functions
In crate itertools
itertools
Module
rciter_impl
Copy item path
Source
Structs
§
RcIter
A wrapper for
Rc<RefCell<I>>
, that implements the
Iterator
trait.
Functions
§
rciter
Return an iterator inside a
Rc<RefCell<_>>
wrapper.