Trait qcollect_traits::_CollectIter [] [src]

pub trait _CollectIter<'a> {
    type Iter: Iterator + 'a;
}

NOTE: Temporary workaround for lack of HK-lifetimes.

Associated Types

type Iter: Iterator + 'a

Implementors