Trait qcollect_traits::_CollectIterMut [] [src]

pub trait _CollectIterMut<'a> {
    type IterMut: Iterator + 'a;
}

NOTE: Temporary workaround for lack of HK-lifetimes.

Associated Types

type IterMut: Iterator + 'a

Implementors