Trait list_fn::IterWrap[][src]

pub trait IterWrap: ListFn {
    fn iter_wrap(self) -> ListIteratorWrap<Self>
Notable traits for ListIteratorWrap<L>
impl<L: ListFn> Iterator for ListIteratorWrap<L> type Item = L::Item;
{ ... } }

Provided methods

Implementors