Modules§
- Module of application agnostic data structures.
Macros§
- Implements the trait
EntQueryMut
for an anonymous tuple ofContainEntity
s. - A macro for declaration of an empty structure and implementation
Request
for the structure. - Creates
TypeInfo
from the given type and reflects whether or not the type implementsClone
,Send
, andSync
to the TypeInfo. This macro exploits Rust’s function look-up procedures to determine if the type implenetsClone
. SeeTypeHelper
for more details. - Sometimes, we want exiting early in a function due to deeply nested statements. In that case, you can use this macro to hide boilerplate code.