pub type RemoveEntryIfMany<'a, 'q, T, Q> = TakeIfMany<'a, IndexMap<<T as ClosedIndexMap>::Key, <T as ClosedIndexMap>::Value, <T as ClosedIndexMap>::State>, Option<(<T as ClosedIndexMap>::Key, <T as ClosedIndexMap>::Value)>, &'q Q>;Available on crate feature
indexmap only.Aliased Typeยง
pub struct RemoveEntryIfMany<'a, 'q, T, Q> { /* private fields */ }