Skip to main content

Query2MutIter

Type Alias Query2MutIter 

Source
pub type Query2MutIter<'w, A, B, F = NoFilter> = QueryIterMut<'w, (&'w mut A, &'w mut B), F>;

Aliased Typeยง

pub struct Query2MutIter<'w, A, B, F = NoFilter> { /* private fields */ }