[]Derive Macro hecs::Query

#[derive(Query)]

Implement Query for a struct whose fields are queries

The struct must have exactly one lifetime parameter, used for the queries.