Trait qcollect_traits::prelude::_CollectGetMut [] [src]

pub trait _CollectGetMut<'a, K: ?Sized> {
    type OutputMut: 'a;
}

NOTE: Temporary workaround for lack of HK-lifetimes.

Associated Types

type OutputMut: 'a

Implementors