Type Definition hecs::QueryItem[][src]

pub type QueryItem<'a, Q> = <<Q as Query>::Fetch as Fetch<'a>>::Item;
Expand description

Type of values yielded by a query

Once rust offers generic associated types, this will be moved into Query.