![]() # Objective The `#[derive(WorldQuery)]` macro currently only supports structs with named fields. Same motivation as #6957. Remove sharp edges from the derive macro, make it just work more often. ## Solution Support tuple structs. --- ## Changelog + Added support for tuple structs to the `#[derive(WorldQuery)]` macro. |
||
---|---|---|
.. | ||
component.rs | ||
fetch.rs | ||
lib.rs | ||
set.rs | ||
states.rs |