Modules§
- db
- All in one aka Aio Database
Traits§
- Deserialize
- A data structure that can be deserialized from any data format supported by Serde.
- Reflect
- A core trait of
bevy_reflect
, used for downcasting to concrete types. - Serialize
- A data structure that can be serialized into any data format supported by Serde.
Derive Macros§
- Deserialize
- Reflect
- The main derive macro used by
bevy_reflect
for deriving itsReflect
trait. - Serialize