bevy/crates/bevy_ecs/src/system/commands
Pixelstorm df063ab1ef
Implement Debug for CommandQueue (#11444)
# Objective

Allow users to impl Debug on types containing `CommandQueue`s

## Solution

Derive Debug on `CommandQueue`

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2024-01-22 15:45:17 +00:00
..
command_queue.rs Implement Debug for CommandQueue (#11444) 2024-01-22 15:45:17 +00:00
mod.rs refactor: Simplify lifetimes for Commands and related types (#11445) 2024-01-22 15:35:42 +00:00
parallel_scope.rs Cache System Tracing Spans (#9390) 2023-09-13 19:10:11 +00:00