[−][src]Crate legion_systems
Re-exports
pub use bit_set; |
Modules
prelude | |
resource | |
schedule |
Structs
System | The concrete type which contains the system closure provided by the user. This struct should
not be instantiated directly, and instead should be created using |
SystemAccess | Structure describing the resource and component access conditions of the system. |
SystemBuilder | The core builder of |
SystemId |
Traits
QuerySet | This trait is for providing abstraction across tuples of queries for populating the type information in the system closure. This trait also provides access to the underlying query information. |
SystemFn | Supertrait used for defining systems. All wrapper objects for systems implement this trait. |