Skip to main content

Query2Iter

Type Alias Query2Iter 

Source
pub type Query2Iter<'w, A, B, F = NoFilter> = QueryIter<'w, (&'w A, &'w B), F>;

Aliased Typeยง

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